com.nokia.ant.taskdefs
Class AntConfigurationTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.nokia.ant.taskdefs.AntConfigurationTask
All Implemented Interfaces:
java.lang.Cloneable

public class AntConfigurationTask
extends org.apache.tools.ant.Task


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
AntConfigurationTask()
           
 
Method Summary
 void add(org.apache.tools.ant.types.ResourceCollection res)
           
 void addFileset(org.apache.tools.ant.types.FileSet set)
           
 void execute()
           
 void setFile(java.lang.String file)
           
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, 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

AntConfigurationTask

public AntConfigurationTask()
Method Detail

setFile

public final void setFile(java.lang.String file)

addFileset

public final void addFileset(org.apache.tools.ant.types.FileSet set)

add

public final void add(org.apache.tools.ant.types.ResourceCollection res)

execute

public final void execute()
Overrides:
execute in class org.apache.tools.ant.Task