lejos.pc.tools
Class NXJCommandLineParser
java.lang.Object
js.tinyvm.util.TinyVMCommandLineParser
lejos.pc.tools.NXJCommandLineParser
public class NXJCommandLineParser
- extends TinyVMCommandLineParser
CommandLineParser
- Rating

Methods inherited from class js.tinyvm.util.TinyVMCommandLineParser |
getBP, getCP, getLastOptVal, getLastOptVal, getOutput, getRestArgs, getRunTimeOptions, isAll, isBigEndian, isDebug, isEnableAssert, isEnableChecks, isHelp, isVerbose, parseOrHelp, printHelp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NXJCommandLineParser
public NXJCommandLineParser()
isBluetooth
public boolean isBluetooth()
isUSB
public boolean isUSB()
isRun
public boolean isRun()
getName
public String getName()
getAddress
public String getAddress()
parse
public void parse(String[] args)
throws org.apache.commons.cli.ParseException
- Parse commandline.
- Overrides:
parse
in class TinyVMCommandLineParser
- Parameters:
args
- command line
- Throws:
TinyVMException
org.apache.commons.cli.ParseException