Class CommandLine.Argument
java.lang.Object
org.apache.commons.exec.CommandLine.Argument
- Enclosing class:
CommandLine
Encapsulates a command line argument.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanWhether to quote arguments.private final StringArgument value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
Argument value. -
handleQuoting
private final boolean handleQuotingWhether to quote arguments.
-
-
Constructor Details
-
Argument
-
-
Method Details
-
getValue
-
isHandleQuoting
private boolean isHandleQuoting()
-