Class CommandLine.Argument

  • Enclosing class:
    CommandLine

    class CommandLine.Argument
    extends java.lang.Object
    Encapsulates a command line argument.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean handleQuoting  
      private java.lang.String value  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Argument​(java.lang.String value, boolean handleQuoting)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private java.lang.String getValue()  
      private boolean isHandleQuoting()  
      • Methods inherited from class java.lang.Object

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

      • value

        private final java.lang.String value
      • handleQuoting

        private final boolean handleQuoting
    • Constructor Detail

      • Argument

        private Argument​(java.lang.String value,
                         boolean handleQuoting)
    • Method Detail

      • getValue

        private java.lang.String getValue()
      • isHandleQuoting

        private boolean isHandleQuoting()