org.ktc.rbutils.rb.generation
Class RbGeneratorTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.ktc.rbutils.rb.AbstractRbTask
org.ktc.rbutils.rb.generation.RbGeneratorTask
public class RbGeneratorTask
- extends AbstractRbTask
The ant task for RB Generation.
See the task documentation for information.
- Since:
- RbUtils 0.8.1
- Version:
- $Revision: 1.3 $
- Author:
- ktcguru
Methods inherited from class org.ktc.rbutils.rb.AbstractRbTask |
addFileset, addLogger, doJob, getFiles, getLoggers, handleErrors, logTaskStarts, setDisplayLocale, setExtension, setFailOnErrors, setFailureProperty, setMaxErrors, setRoot |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RbGeneratorTask
public RbGeneratorTask()
- Instanciates a new RbGeneratorTask.
specificTaskinitilization
protected void specificTaskinitilization()
throws FileNotFoundException
- Adds specific Initialization to the task. This let subclasses instanciate the processor and
set processor properties .
- Specified by:
specificTaskinitilization
in class AbstractRbTask
- Throws:
FileNotFoundException
- if a file is not found on processor instanciation.
execute
public void execute()
- Launches the check.
- Overrides:
execute
in class Task
setGenRootdir
public void setGenRootdir(File genRootdir)
- Sets the directory where the java file will be generated.
- Parameters:
genRootdir
- the directory to set.
Copyright © 2005-2009 RbUtils Project. All Rights Reserved.