public class AntExecutionRequest extends Object
Constructor and Description |
---|
AntExecutionRequest(org.apache.tools.ant.Project project,
String target)
Creates a new
AntExecutionRequest taking a project and a target. |
Modifier and Type | Method and Description |
---|---|
org.apache.tools.ant.Project |
getProject()
Gets the
Project to execute a target of. |
String |
getTarget()
Gets the identifier of the target to execute.
|
public AntExecutionRequest(org.apache.tools.ant.Project project, String target)
AntExecutionRequest
taking a project and a target.project
- The Project
to execute target
of.target
- The identifier of the target to execute.public final org.apache.tools.ant.Project getProject()
Project
to execute a target of.Project
to execute a target of or null
.Copyright © 2005-2013 The JOMC Project. All Rights Reserved.