Class Argument
java.lang.Object
net.thevpc.common.commandline.Argument
- Author:
- thevpc
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Argument
-
-
Method Details
-
isOption
public boolean isOption() -
isNegatedOption
public boolean isNegatedOption() -
isNegated
public boolean isNegated() -
isUnsupportedOption
public boolean isUnsupportedOption() -
isUnsupported
public boolean isUnsupported() -
getName
-
isKeyVal
public boolean isKeyVal() -
getKey
-
getOptionName
-
getValue
-
getStringValue
-
getIntValue
public int getIntValue() -
getLongValue
public long getLongValue() -
getDoubleValue
public double getDoubleValue() -
getBooleanValue
public boolean getBooleanValue() -
isKeyVal
-
getKey
-
getValue
-
getExpression
-
getStringExpression
-
getExpression
-
isAny
-
getStringOrError
-
getInt
public int getInt(int value) -
getBoolean
public boolean getBoolean() -
getBoolean
public boolean getBoolean(boolean value) -
getInt
public int getInt() -
toString
-