org.codehaus.mojo.mant
Class AntProject

java.lang.Object
  extended by org.codehaus.mojo.mant.AntProject

public class AntProject
extends java.lang.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.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AntProject

public AntProject(org.dom4j.Document document)
Method Detail

execute

public void execute()
             throws java.lang.Exception
Executes the single target contained in the supplied document.

Parameters:
document -
Throws:
java.lang.Exception

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005-2010. All Rights Reserved.