org.codehaus.mojo.mant
Class AntProject
java.lang.Object
org.codehaus.mojo.mant.AntProject
public class AntProject
- extends Object
Wraps an ant document and provides a means of executing the contained target.
Constructor Summary |
AntProject(org.dom4j.Document document)
|
Method Summary |
void |
execute()
Executes the single target contained in the supplied document. |
String |
toString()
|
AntProject
public AntProject(org.dom4j.Document document)
execute
public void execute()
throws Exception
- Executes the single target contained in the supplied document.
- Parameters:
document
-
- Throws:
Exception
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005-2011 Codehaus. All Rights Reserved.