Save This Page
Home » apache-ant-1.7.1-src » org.apache.tools » ant » taskdefs » [javadoc | source]
org.apache.tools.ant.taskdefs
public class: Transform [javadoc | source]
java.lang.Object
   org.apache.tools.ant.ProjectComponent
      org.apache.tools.ant.Task
         org.apache.tools.ant.taskdefs.ExecTask
            org.apache.tools.ant.taskdefs.ExecuteOn
               org.apache.tools.ant.taskdefs.Transform

All Implemented Interfaces:
    Cloneable

Has been merged into ExecuteOn, empty class for backwards compatibility. We leave that in case that external programs access this class direclty, for example via Transform tr = (Transform) getProject().createTask("apply")
Fields inherited from org.apache.tools.ant.taskdefs.ExecuteOn:
filesets,  type,  srcFilePos,  targetFilePos,  mapperElement,  mapper,  destDir,  srcIsFirst
Fields inherited from org.apache.tools.ant.taskdefs.ExecTask:
failOnError,  newEnvironment,  cmdl,  redirector,  redirectorElement
Fields inherited from org.apache.tools.ant.Task:
target,  taskName,  taskType,  wrapper
Fields inherited from org.apache.tools.ant.ProjectComponent:
project,  location,  description
Methods from org.apache.tools.ant.taskdefs.ExecuteOn:
add,   add,   addDirset,   addFilelist,   addFileset,   checkConfiguration,   createHandler,   createMapper,   createSrcfile,   createTargetfile,   getCommandline,   getCommandline,   getDirs,   getFiles,   getFilesAndDirs,   runExec,   runParallel,   setAddsourcefile,   setDest,   setForce,   setForwardslash,   setIgnoremissing,   setMaxParallel,   setParallel,   setRelative,   setSkipEmptyFilesets,   setType,   setVerbose,   setupRedirector
Methods from org.apache.tools.ant.taskdefs.ExecTask:
addConfiguredRedirector,   addEnv,   checkConfiguration,   createArg,   createHandler,   createWatchdog,   execute,   getResolveExecutable,   isValidOs,   logFlush,   maybeSetResultPropertyValue,   prepareExec,   resolveExecutable,   runExec,   runExecute,   setAppend,   setCommand,   setDir,   setError,   setErrorProperty,   setExecutable,   setFailIfExecutionFails,   setFailonerror,   setInput,   setInputString,   setLogError,   setNewenvironment,   setOs,   setOsFamily,   setOutput,   setOutputproperty,   setResolveExecutable,   setResultProperty,   setSearchPath,   setSpawn,   setTimeout,   setTimeout,   setVMLauncher,   setupRedirector
Methods from org.apache.tools.ant.Task:
bindToOwner,   execute,   getOwningTarget,   getRuntimeConfigurableWrapper,   getTaskName,   getTaskType,   getWrapper,   handleErrorFlush,   handleErrorOutput,   handleFlush,   handleInput,   handleOutput,   init,   isInvalid,   log,   log,   log,   log,   markInvalid,   maybeConfigure,   perform,   reconfigure,   setOwningTarget,   setRuntimeConfigurableWrapper,   setTaskName,   setTaskType
Methods from org.apache.tools.ant.ProjectComponent:
clone,   getDescription,   getLocation,   getProject,   log,   log,   setDescription,   setLocation,   setProject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait