| Modifier and Type | Method and Description |
|---|---|
IFolder |
IProject.findFolder(java.lang.String folderPath)
Searches the folder with the specified path.
|
IFolder |
IPlan.getFolder()
Returns the folder where this plan can be found.
|
IFolder |
IFolder.getParent()
Returns the parent folder of the current folder.
|
IFolder |
IFolder.getSubFolder(java.lang.String folderName)
Returns the sub folder with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IFolder> |
IPlan.getAllFolders()
Returns all folders and subfolders for this plan starting at the
root.
|
java.util.List<? extends IFolder> |
IProject.getAllFoldersForHistoryItem(IHistoryEntry historyEntry)
Returns all folders which have been modified the last time with the
commit identified by the history item.
|
java.util.List<? extends IFolder> |
IProject.getRootFolders()
Returns the root folders of the project.
|
java.util.List<? extends IFolder> |
IProject.getRootFoldersWithCategory(java.lang.String categoryID)
Returns the root folders of the project that belong to the specified
category.
|
java.util.List<? extends IFolder> |
IProject.getRootFoldersWithDefaultCategory()
Returns the root folders of the project that belong to the default
category.
|
java.util.List<? extends IFolder> |
IFolder.getSubFolders()
Returns the sub folders of this folder.
|
java.util.List<? extends IFolder> |
IFolder.getSubFolders(java.lang.String sortingProperty)
Returns the sub folders of this folder.
|
java.util.List<? extends IFolder> |
IFolder.getSubFoldersWithCategory(java.lang.String categoryID)
Returns the sub folders of the this folder that belong to the
specified category.
|
java.util.List<? extends IFolder> |
IFolder.getSubFoldersWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the sub folders of the this folder that belong to the
specified category.
|
java.util.List<IFolder> |
IFolder.getSubFoldersWithDefaultCategory()
Returns the sub folders of the this folder that belong to the default
category.
|
java.util.List<IFolder> |
IFolder.getSubFoldersWithDefaultCategory(java.lang.String sortingProperty)
Returns the sub folders of the this folder that belong to the default
category.
|