org.codehaus.mojo.mant
Class AntTask

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

public class AntTask
extends Object

Wraps a task and applies the given mappings to the task attributes.


Constructor Summary
AntTask(String task, String[] mappings)
           
 
Method Summary
 org.dom4j.Element getTask()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntTask

public AntTask(String task,
               String[] mappings)
        throws org.dom4j.DocumentException
Throws:
org.dom4j.DocumentException
Method Detail

getTask

public org.dom4j.Element getTask()


Copyright © 2005-2011 Codehaus. All Rights Reserved.