public class GetCSourcePathTask extends GetSourcePathTask
| Constructor and Description |
|---|
GetCSourcePathTask()
Initializes this task.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNoIncludes()
Returns true if include pathes aren't allowed as a part of the
source pathes.
|
protected ResolvedPathEntry[] |
resolvePath()
Resolves the current path.
|
void |
setNoIncludes(boolean noincludes)
Allows/disallows include pathes to be a part of the source path.
|
isAllowMultipleFolders, setAllowMultipleFoldersexecute, 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 void setNoIncludes(boolean noincludes)
noincludes - true <=> Include pathes are not allowed to be a
part of the source pathes.public boolean isNoIncludes()
protected ResolvedPathEntry[] resolvePath() throws java.lang.Exception
Resolves the current path.
resolvePath in class GetSourcePathTaskjava.lang.Exception - The resolving process failed for some reason.