| |
|
| spoon.SpoonTask spoon.LtSpoonTask
Constructor Summary | |
public | LtSpoonTask() Default constructor. |
Method Summary | |
public void | addLtProcessor(ProcessorType processorType) Adds a new processor type to be instantiated and used by Spoon when
processing the code. | public void | execute() Executes the task. | public void | setSourcepath(String sourcepath) Sets the source path. |
ltprocessorTypes | List<ProcessorType> ltprocessorTypes(Code) | | |
LtSpoonTask | public LtSpoonTask()(Code) | | Default constructor.
|
addLtProcessor | public void addLtProcessor(ProcessorType processorType)(Code) | | Adds a new processor type to be instantiated and used by Spoon when
processing the code.
|
execute | public void execute() throws BuildException(Code) | | Executes the task.
|
setSourcepath | public void setSourcepath(String sourcepath)(Code) | | Sets the source path.
|
|
|
|