com.octagroup.foregej.ant
Class ToolTask

java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.Task
              |
              +--com.octagroup.foregej.ant.ToolTask
Direct Known Subclasses:
CopyrightTask

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

This ANT task is used to trigger a set of tools in the Foregej system.


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
ToolTask()
           
 
Method Summary
 void addSrc(org.apache.tools.ant.types.FileSet fs)
          Sets the files to process.
 void execute()
          Performs the work
 void setTools(java.lang.String tools)
          Sets the tools to use.
 
Methods inherited from class org.apache.tools.ant.Task
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName
 
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

ToolTask

public ToolTask()
Method Detail

addSrc

public void addSrc(org.apache.tools.ant.types.FileSet fs)
Sets the files to process.
Parameters:
fs - the files to process.

setTools

public void setTools(java.lang.String tools)
Sets the tools to use.
Parameters:
tools -  

execute

public void execute()
Performs the work
Overrides:
execute in class org.apache.tools.ant.Task


Copyright © 2003 El Icognito des Noboby. All Rights Reserved.