Package org.djutils.cli
Class TestCLI.Options
java.lang.Object
org.djutils.cli.TestCLI.Options
- All Implemented Interfaces:
 org.djutils.cli.Checkable
- Enclosing class:
 - TestCLI
 
public static class TestCLI.Options extends Object implements org.djutils.cli.Checkable
- 
Constructor Summary
Constructors Constructor Description Options() - 
Method Summary
Modifier and Type Method Description voidcheck()doublegetNoOption()intgetPort() 
- 
Constructor Details
- 
Options
public Options() 
 - 
 - 
Method Details
- 
getPort
public int getPort()- Returns:
 - the port number
 
 - 
getNoOption
public double getNoOption()- Returns:
 - noOption field.
 
 - 
check
- Specified by:
 checkin interfaceorg.djutils.cli.Checkable- Throws:
 Exception
 
 -