|
|||||||||
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.pde.AbstractPdeBuildTask
public class AbstractPdeBuildTask
Abstract base class for PDE build tasks.
Field Summary | |
---|---|
protected java.io.File |
_targetPlatformLocation
the target location |
Constructor Summary | |
---|---|
AbstractPdeBuildTask()
|
Method Summary | |
---|---|
protected boolean |
containsTarget(java.lang.String targetName)
|
protected void |
executeSequential(java.util.List tasks)
Executes the list of tasks. |
java.io.File |
getTargetPlatformLocation()
Returns the target platform against which the workspace plugins will be compiled and tested. |
protected boolean |
isTarget(java.lang.String targetName)
Returns true if a target with the given name exists in the current project. |
boolean |
isTargetPlatformLocationSet()
Returns whether the target platform location is set. |
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.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 |
Field Detail |
---|
protected java.io.File _targetPlatformLocation
Constructor Detail |
---|
public AbstractPdeBuildTask()
Method Detail |
---|
public final java.io.File getTargetPlatformLocation()
Returns the target platform against which the workspace plugins will be compiled and tested.
public final 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 final boolean isTargetPlatformLocationSet()
Returns whether the target platform location is set.
protected final boolean isTarget(java.lang.String targetName)
Returns true
if a target with the given name exists in the current project.
targetName
- the name of the target.protected final void executeSequential(java.util.List tasks)
Executes the list of tasks.
tasks
- the list of tasks.protected final boolean containsTarget(java.lang.String targetName)
targetName
- the name of the target.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |