com.nokia.tools.configuration
Class CONFIGURATIONTool

java.lang.Object
  extended by com.nokia.tools.configuration.CONFIGURATIONTool
All Implemented Interfaces:
Tool

public class CONFIGURATIONTool
extends java.lang.Object
implements Tool

Command Line wrapper for configuration tools


Constructor Summary
CONFIGURATIONTool()
           
 
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

CONFIGURATIONTool

public CONFIGURATIONTool()
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