|
|||||||||
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.GetEclipseClassPathTask
public class GetEclipseClassPathTask
Constructor Summary | |
---|---|
GetEclipseClassPathTask()
|
Method Summary | |
---|---|
java.io.File |
getTargetPlatformLocation()
Returns the target platform against which the workspace plugins will be compiled and tested. |
boolean |
isRuntime()
|
boolean |
isTargetPlatformLocationSet()
Returns whether the target platform location is set. |
protected ResolvedPathEntry[] |
resolvePath()
Resolves the current path. |
void |
setClasspathId(java.lang.String id)
|
void |
setRuntime(boolean runtime)
|
void |
setTargetPlatformLocation(java.io.File targetPlatformLocation)
Sets the target platform against which the workspace plugins will be compiled and tested. |
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 GetEclipseClassPathTask()
Method Detail |
---|
public final java.io.File getTargetPlatformLocation()
Returns the target platform against which the workspace plugins will be compiled and tested.
public void setTargetPlatformLocation(java.io.File targetPlatformLocation)
Sets the target platform against which the workspace plugins will be compiled and tested.
targetPlatformLocation
- the target platform against which the workspace plugins will be compiled and tested.public boolean isTargetPlatformLocationSet()
Returns whether the target platform location is set.
public void setClasspathId(java.lang.String id)
id
- public boolean isRuntime()
public void setRuntime(boolean runtime)
runtime
- The runtime to set.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 |