Class CommandLine.Argument

java.lang.Object
org.apache.commons.exec.CommandLine.Argument
Enclosing class:
CommandLine

class CommandLine.Argument extends Object
Encapsulates a command line argument.
  • Field Details

    • value

      private final String value
    • handleQuoting

      private final boolean handleQuoting
  • Constructor Details

    • Argument

      private Argument(String value, boolean handleQuoting)
  • Method Details

    • getValue

      private String getValue()
    • isHandleQuoting

      private boolean isHandleQuoting()