com.pmease.quickbuild.grid
Interface WorkspaceBrowser


public interface WorkspaceBrowser


Method Summary
 java.util.List<WorkspaceFile> getChildren(WorkspaceFile file)
          Get children of specified path
 WorkspaceFile getParent(WorkspaceFile file)
          Get parent of specified path.
 

Method Detail

getChildren

java.util.List<WorkspaceFile> getChildren(WorkspaceFile file)
Get children of specified path

Parameters:
path - null if points to workspace directory itself
Returns:
null if specified path does not exist or is not a directory.

getParent

WorkspaceFile getParent(WorkspaceFile file)
Get parent of specified path.

Parameters:
path - null if points to workspace directory itself
Returns:
null if specified path does not exist or the parent points to workspace directory itself.


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.