org.apache.maven.artifact.ant.util
Class AntTaskModified

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.apache.tools.ant.taskdefs.Ant
              extended by org.apache.maven.artifact.ant.util.AntTaskModified

public class AntTaskModified
extends org.apache.tools.ant.taskdefs.Ant

A modified version of the Ant task that allows access to the new sub project.

Author:
pgier

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.tools.ant.taskdefs.Ant
org.apache.tools.ant.taskdefs.Ant.Reference, org.apache.tools.ant.taskdefs.Ant.TargetElement
 
Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
description, location, target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
AntTaskModified()
           
 
Method Summary
 org.apache.tools.ant.Project getSavedNewProject()
          Get the new Ant project created by this task.
 void init()
           
 
Methods inherited from class org.apache.tools.ant.taskdefs.Ant
addConfiguredTarget, addPropertyset, addReference, createProperty, execute, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, setAntfile, setDir, setInheritAll, setInheritRefs, setOutput, setTarget
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntTaskModified

public AntTaskModified()
Method Detail

init

public void init()
Overrides:
init in class org.apache.tools.ant.taskdefs.Ant

getSavedNewProject

public org.apache.tools.ant.Project getSavedNewProject()
Get the new Ant project created by this task.

Returns:


Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.