|
|||||||||
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
public class GetSourcePathTask
Can be used to resolve the source path of a given eclipse java or c project.
Constructor Summary | |
---|---|
GetSourcePathTask()
|
Method Summary | |
---|---|
boolean |
isAllowMultipleFolders()
Returns true if multiple folders are supported. |
protected ResolvedPathEntry[] |
resolvePath()
Resolves the current path. |
void |
setAllowMultipleFolders(boolean allowMultipleFolders)
Specifies if multiple folders are supported or not. |
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 GetSourcePathTask()
Method Detail |
---|
public boolean isAllowMultipleFolders()
Returns true if multiple folders are supported.
true
if multiple folders are supported.public void setAllowMultipleFolders(boolean allowMultipleFolders)
Specifies if multiple folders are supported or not.
allowMultipleFolders
- if multiple folders are supported or not.protected ResolvedPathEntry[] resolvePath() throws java.lang.Exception
Resolves the current path.
resolvePath
in class AbstractGetProjectPathTask
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 |