public class Specification
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ERROR |
| Constructor and Description |
|---|
Specification() |
| Modifier and Type | Method and Description |
|---|---|
int |
getConfigurationFileType()
Return ConfigurationFileType
|
java.lang.String |
getTlvDisassemble()
Return TlvDisassemble
|
boolean |
isPacketCable()
Return PacketCable boolean
|
static org.apache.commons.cli.Option |
OptionParameters()
Set option parameters for command Specification
|
void |
setValues(java.lang.String[] args)
Sets the ConfigurationFileType, TlvDisassemble and PacketCable boolean passed on user arguments.
|
public static final java.lang.String ERROR
public static final org.apache.commons.cli.Option OptionParameters()
public void setValues(java.lang.String[] args)
args - public int getConfigurationFileType()
public java.lang.String getTlvDisassemble()
public boolean isPacketCable()