| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.nokia.tools.sbs.SBSTool
public class SBSTool
Command Line wrapper for configuration tools
| Constructor Summary | |
|---|---|
| SBSTool() | |
| Method Summary | |
|---|---|
|  void | execTask(org.apache.tools.ant.Project prj)Task to execute the SBS command Updates all the default values for the command, in case if the options are not provided. | 
|  void | execute(java.util.HashMap attributes,
        org.apache.tools.ant.Project project)Sets the command line variables to be used to execute and validates for the required parameters (as SBSTask) | 
|  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 (as Tool interface) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SBSTool()
| Method Detail | 
|---|
public void execute(VariableSet varSet,
                    org.apache.tools.ant.Project prj)
             throws ToolsProcessException
execute in interface ToolVariableSet - variable(name / value list)
ToolsProcessException
public void execute(java.util.HashMap attributes,
                    org.apache.tools.ant.Project project)
             throws ToolsProcessException
VariableSet - variable(name / value list)
ToolsProcessException
public void execTask(org.apache.tools.ant.Project prj)
              throws ToolsProcessException
engine - - make engine for sbs commandlayers - - layers for sbs commands has to be executedconfig - - configuration to be built (armv5 / winscw)singleJob - - no. of concurrent jobslayerOrder - - whether the layer execution should be based on ordercommand - - sbs make targets to execute(CLEAN, REALLYCLEAN, TARGET etc.,)prj - - Ant project reference.
ToolsProcessException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||