|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.mojo.mant.AntProject
public class AntProject
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. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AntProject(org.dom4j.Document document)
| Method Detail |
|---|
public void execute()
throws java.lang.Exception
document -
java.lang.Exceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||