org.codehaus.mojo.mant
Class AntDocument

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

public class AntDocument
extends Object

Used to create an ant document from the given node.


Field Summary
static String PATH_ID
           
 
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.
 
Method Summary
 org.dom4j.Document getDocument()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH_ID

public static final String PATH_ID
See Also:
Constant Field Values
Constructor Detail

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 -
Method Detail

getDocument

public org.dom4j.Document getDocument()


Copyright © 2005-2011 Codehaus. All Rights Reserved.