com.nokia.tools.cmt
Class CMTTool

java.lang.Object
  extended by com.nokia.tools.cmt.CMTTool
All Implemented Interfaces:
Tool

public class CMTTool
extends java.lang.Object
implements Tool

Command Line wrapper for configuration tools


Constructor Summary
CMTTool()
           
 
Method Summary
 void execute(VariableSet varSet, org.apache.tools.ant.Project prj)
          Sets the command line variables to be used to execute and validates for the required parameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMTTool

public CMTTool()
Method Detail

execute

public void execute(VariableSet varSet,
                    org.apache.tools.ant.Project prj)
             throws ToolsProcessException
Sets the command line variables to be used to execute and validates for the required parameters

Specified by:
execute in interface Tool
Parameters:
VariableSet - variable(name / value list)
Throws:
ToolsProcessException