org.jbind.xml.ant
Class ExecuteTask

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.tools.ant.Task
          extended byorg.jbind.xml.ant.ExecuteTask

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


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
ExecuteTask()
           
 
Method Summary
 void addFileset(org.apache.tools.ant.types.FileSet aFileSet)
           
 void execute()
           
 void setFile(java.io.File aFile)
           
 void setUrl(java.lang.String aUrl)
           
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, 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

ExecuteTask

public ExecuteTask()
Method Detail

setFile

public void setFile(java.io.File aFile)

setUrl

public void setUrl(java.lang.String aUrl)

addFileset

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

execute

public void execute()
             throws org.apache.tools.ant.BuildException
Throws:
org.apache.tools.ant.BuildException