Class TestCli.Options

java.lang.Object
org.djutils.cli.TestCli.Options
All Implemented Interfaces:
Checkable
Enclosing class:
TestCli

public static class TestCli.Options extends Object implements Checkable
  • Constructor Details

    • Options

      public Options()
  • Method Details

    • getPort

      public int getPort()
      Returns:
      the port number
    • getNoOption

      public double getNoOption()
      Returns:
      noOption field.
    • check

      public void check() throws Exception
      Specified by:
      check in interface Checkable
      Throws:
      Exception