org.codehaus.mojo.mant
Class AntDocument
java.lang.Object
org.codehaus.mojo.mant.AntDocument
public class AntDocument
- extends Object
Used to create an ant document from the given node.
Constructor Summary |
AntDocument(String basedir,
org.dom4j.Element task)
Use this constructor for core tasks |
AntDocument(String basedir,
String classname,
List classpath,
org.dom4j.Element task)
Use this constructor for optional tasks. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PATH_ID
public static final String PATH_ID
- See Also:
- Constant Field Values
AntDocument
public AntDocument(String basedir,
org.dom4j.Element task)
- Use this constructor for core tasks
- Parameters:
basedir
- task
-
AntDocument
public AntDocument(String basedir,
String classname,
List classpath,
org.dom4j.Element task)
- Use this constructor for optional tasks.
- Parameters:
basedir
- classname
- classpath
- task
-
getDocument
public org.dom4j.Document getDocument()
Copyright © 2005-2011 Codehaus. All Rights Reserved.