com.nokia.tools
Interface Tool
- All Known Implementing Classes:
- CMTTool, CONFIGURATIONTool, SBSTool
public interface Tool
Common interface for the command line tool wrapper
Method Summary |
void |
execute(VariableSet varSet,
org.apache.tools.ant.Project prj)
Create a task which can be executed based on the input
command line variables set using setVariables() |
execute
void execute(VariableSet varSet,
org.apache.tools.ant.Project prj)
throws ToolsProcessException
- Create a task which can be executed based on the input
command line variables set using setVariables()
- Throws:
ToolsProcessException