public class GetIncludePathTask extends AbstractGetProjectPathTask
| Constructor and Description |
|---|
GetIncludePathTask()
Initializes this task.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAllowMultipleFolders()
Returns true if multiple folders are supported.
|
protected ResolvedPathEntry[] |
resolvePath()
Resolves the current path.
|
void |
setAllowMultipleFolders(boolean multiplefolders)
Enables/disables the support for multiple folders.
|
execute, getPathId, getPathSeparator, getProperty, getResolvedPath, isPathIdSet, isPathSeparatorSet, isPropertySet, isRelative, populatePathId, populateProperty, requirePathIdOrPropertySet, setPathId, setPathSeparator, setProperty, setRelative, setResolvedPathensureJavaProject, getEclipseProject, getWorkspace, hasText, isProjectNameSet, isProjectSet, isWorkspaceSet, requireWorkspaceAndProjectNameOrProjectSet, requireWorkspaceSet, setInitialiseWorkspace, setProject, setProjectName, setWorkspacepublic boolean isAllowMultipleFolders()
public void setAllowMultipleFolders(boolean multiplefolders)
multiplefolders - true <=> Support for multiple folders will be enabled.protected ResolvedPathEntry[] resolvePath() throws java.lang.Exception
Resolves the current path.
resolvePath in class AbstractGetProjectPathTaskjava.lang.Exception - The resolving process failed for some reason.