|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.eclipse.core.resources.ant.IncrementalBuild
public class IncrementalBuild
Ant task which runs the platform's incremental build facilities.
IProject.build(int, IProgressMonitor)
,
IWorkspace.build(int, IProgressMonitor)
Field Summary | |
---|---|
static java.lang.String |
KIND_AUTO
Unique identifier constant (value "auto" )
indicating that an auto build should be performed. |
static java.lang.String |
KIND_CLEAN
Unique identifier constant (value "clean" )
indicating that a CLEAN build should be performed. |
static java.lang.String |
KIND_FULL
Unique identifier constant (value "full" )
indicating that a full build should be performed. |
static java.lang.String |
KIND_INCREMENTAL
Unique identifier constant (value "incremental" )
indicating that an incremental build should be performed. |
Constructor Summary | |
---|---|
IncrementalBuild()
Constructs an IncrementalBuild instance. |
Method Summary | |
---|---|
void |
execute()
Executes this task. |
void |
setBuilder(java.lang.String value)
Sets the name of the receiver's builder. |
void |
setKind(java.lang.String value)
Sets the receiver's kind> attribute. |
void |
setProject(java.lang.String value)
Sets the receiver's target project. |
Methods inherited from class org.apache.tools.ant.Task |
---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String KIND_INCREMENTAL
"incremental"
)
indicating that an incremental build should be performed.
public static final java.lang.String KIND_FULL
"full"
)
indicating that a full build should be performed.
public static final java.lang.String KIND_AUTO
"auto"
)
indicating that an auto build should be performed.
public static final java.lang.String KIND_CLEAN
"clean"
)
indicating that a CLEAN build should be performed.
Constructor Detail |
---|
public IncrementalBuild()
IncrementalBuild
instance.
Method Detail |
---|
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
- thrown if a problem occurs during executionpublic void setBuilder(java.lang.String value)
value
- the name of the receiver's builderpublic void setKind(java.lang.String value)
IncrementalBuild.KIND_FULL
,
IncrementalBuild.KIND_AUTO
,
IncrementalBuild.KIND_INCREMENTAL
,
IncrementalBuild.KIND_CLEAN
.
value
- the receiver's kind attributepublic void setProject(java.lang.String value)
value
- the receiver's target project
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |