Package org.djutils.cli
Class TestCLI.NoCommandOptions
java.lang.Object
org.djutils.cli.TestCLI.NoCommandOptions
- All Implemented Interfaces:
 org.djutils.cli.Checkable
- Enclosing class:
 - TestCLI
 
public static class TestCLI.NoCommandOptions extends Object implements org.djutils.cli.Checkable
- 
Constructor Summary
Constructors Constructor Description NoCommandOptions() - 
Method Summary
Modifier and Type Method Description voidcheck()org.djunits.value.vdouble.scalar.DurationgetTimeout() 
- 
Constructor Details
- 
NoCommandOptions
public NoCommandOptions() 
 - 
 - 
Method Details
- 
getTimeout
public org.djunits.value.vdouble.scalar.Duration getTimeout()- Returns:
 - timeout for network.
 
 - 
check
- Specified by:
 checkin interfaceorg.djutils.cli.Checkable- Throws:
 Exception
 
 -