Class CommandLineParser.CmdLineParam

  • Enclosing class:
    CommandLineParser

    private static class CommandLineParser.CmdLineParam
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean hasArg  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CmdLineParam​(boolean hasArg)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • hasArg

        private final boolean hasArg
    • Constructor Detail

      • CmdLineParam

        private CmdLineParam​(boolean hasArg)