diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/java/com/nokia/tools/configuration/CONFIGURATIONTool.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/java/com/nokia/tools/configuration/CONFIGURATIONTool.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,269 @@ + + + + + + +CONFIGURATIONTool + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +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
+ voidexecute(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
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +