|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTask
net.sf.ant4eclipse.ant.task.project.AbstractProjectBasedTask
net.sf.ant4eclipse.ant.task.project.AbstractGetProjectPathTask
net.sf.ant4eclipse.ant.task.project.GetSourcePathTask
net.sf.ant4eclipse.ant.task.project.GetCSourcePathTask
public class GetCSourcePathTask
A task that is used to retrieve the source path of a C/C++ project.
Constructor Summary | |
---|---|
GetCSourcePathTask()
Initializes this task. |
Method Summary | |
---|---|
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. |
Methods inherited from class net.sf.ant4eclipse.ant.task.project.GetSourcePathTask |
---|
isAllowMultipleFolders, setAllowMultipleFolders |
Methods inherited from class net.sf.ant4eclipse.ant.task.project.AbstractGetProjectPathTask |
---|
execute, getPathId, getPathSeparator, getProperty, getResolvedPath, isPathIdSet, isPathSeparatorSet, isPropertySet, isRelative, populatePathId, populateProperty, requirePathIdOrPropertySet, setPathId, setPathSeparator, setProperty, setRelative, setResolvedPath |
Methods inherited from class net.sf.ant4eclipse.ant.task.project.AbstractProjectBasedTask |
---|
ensureJavaProject, getEclipseProject, getWorkspace, hasText, isProjectNameSet, isProjectSet, isWorkspaceSet, requireWorkspaceAndProjectNameOrProjectSet, requireWorkspaceSet, setInitialiseWorkspace, setProject, setProjectName, setWorkspace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetCSourcePathTask()
Method Detail |
---|
public 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 GetSourcePathTask
java.lang.Exception
- The resolving process failed for some reason.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |