Package org.apache.commons.exec
Class CommandLine.Argument
- java.lang.Object
-
- org.apache.commons.exec.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()
-