- java.lang.Object
-
- org.snmp4j.util.ArgumentParser.ArgumentFormat
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ArgumentParser
public static class ArgumentParser.ArgumentFormat extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArgumentFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOption()
ArgumentParser.ArgumentParameter[]
getParameters()
boolean
isMandatory()
boolean
isParameter()
boolean
isVariableLength()
String
toString()
-
-
-
Method Detail
-
isMandatory
public boolean isMandatory()
-
isParameter
public boolean isParameter()
-
getOption
public String getOption()
-
getParameters
public ArgumentParser.ArgumentParameter[] getParameters()
-
isVariableLength
public boolean isVariableLength()
-
-