|
terp - the ANT Tasks v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Tool<T extends Tool>
The interface implemented by all tools.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.codemesh.terp.ant.TerpAware |
|---|
TerpAware.Delegate |
| Method Summary | |
|---|---|
void |
addOption(ToolOption<T> option)
Add a tool option to the tool invocation. |
java.lang.String |
getCode()
Returns the tool code. |
TerpContext |
getContext()
Returns the terp context in which the tool is executing. |
ToolOptionSet<T> |
getOptions()
Returns all configured tool options. |
Version |
getVersion()
Returns the tool version. |
| Methods inherited from interface com.codemesh.terp.ant.TerpAware |
|---|
getIf, getUnless, satisfiesConditions, setIf, setUnless |
| Methods inherited from interface com.codemesh.terp.ant.TerpContextHolder |
|---|
setContext |
| Method Detail |
|---|
TerpContext getContext()
getContext in interface TerpContextHolderjava.lang.String getCode()
Version getVersion()
void addOption(ToolOption<T> option)
option - the option to add.ToolOptionSet<T> getOptions()
|
terp - the ANT Tasks v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||