com.symbian.et.test.driver.commands
Class BuildCmdLine

java.lang.Object
  extended bycom.symbian.et.test.cmdline.CmdLine
      extended bycom.symbian.et.test.driver.commands.BuildCmdLine

public class BuildCmdLine
extends CmdLine

class that describes the syntax of the 'build' command

Author:
EngineeringTools

Field Summary
 
Fields inherited from class com.symbian.et.test.cmdline.CmdLine
 
Constructor Summary
BuildCmdLine()
          standard constructor
 
Method Summary
 void checkAdditionalConstraints(org.apache.commons.cli.CommandLine aCommandLine)
          implements additional constraints on switches
 
Methods inherited from class com.symbian.et.test.cmdline.CmdLine
addSwitch, addSwitch, checkConstraints, find, getCommandLine, getOptions, isCommand, printAllCmds, printCommand, printCopyright, printDescription, printHelp, printPurpose, printToolName, printToolVersion, setCmdSet, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildCmdLine

public BuildCmdLine()
standard constructor

Method Detail

checkAdditionalConstraints

public void checkAdditionalConstraints(org.apache.commons.cli.CommandLine aCommandLine)
                                throws org.apache.commons.cli.ParseException
implements additional constraints on switches

Overrides:
checkAdditionalConstraints in class CmdLine
Parameters:
aCommandLine -
Throws:
org.apache.commons.cli.ParseException