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
All Implemented Interfaces:
Cloneable

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
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, 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, getDefaultBuildFile, getNewProject, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, setAntfile, setDir, setInheritAll, setInheritRefs, setOutput, setTarget, setUseNativeBasedir
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
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-2011 The Apache Software Foundation. All Rights Reserved.