org.codehaus.mojo.mant
Class AntDocument
java.lang.Object
org.codehaus.mojo.mant.AntDocument
public class AntDocument
- extends java.lang.Object
Used to create an ant document from the given node.
Field Summary |
static java.lang.String |
PATH_ID
|
Constructor Summary |
AntDocument(java.lang.String basedir,
org.dom4j.Element task)
Use this constructor for core tasks |
AntDocument(java.lang.String basedir,
java.lang.String classname,
java.util.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 java.lang.String PATH_ID
- See Also:
- Constant Field Values
AntDocument
public AntDocument(java.lang.String basedir,
org.dom4j.Element task)
- Use this constructor for core tasks
- Parameters:
basedir
- task
-
AntDocument
public AntDocument(java.lang.String basedir,
java.lang.String classname,
java.util.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-2010. All Rights Reserved.