org.jomc.ant.test.support
Class AntExecutionRequest
java.lang.Object
org.jomc.ant.test.support.AntExecutionRequest
public class AntExecutionRequest
- extends Object
Request to execute a target on an Ant project.
- Version:
- $JOMC: AntExecutionRequest.java 3849 2011-10-10 16:22:18Z schulte2005 $
- Author:
- Christian Schulte
Constructor Summary |
AntExecutionRequest(org.apache.tools.ant.Project project,
String target)
Creates a new AntExecutionRequest taking a project and a target. |
Method Summary |
org.apache.tools.ant.Project |
getProject()
Gets the Project to execute a target of. |
String |
getTarget()
Gets the identifier of the target to execute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntExecutionRequest
public AntExecutionRequest(org.apache.tools.ant.Project project,
String target)
- Creates a new
AntExecutionRequest
taking a project and a target.
- Parameters:
project
- The Project
to execute target
of.target
- The identifier of the target to execute.
getProject
public final org.apache.tools.ant.Project getProject()
- Gets the
Project
to execute a target of.
- Returns:
- The
Project
to execute a target of or null
.
getTarget
public final String getTarget()
- Gets the identifier of the target to execute.
- Returns:
- The identifier of the target to execute or
null
.
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.