public class ArgumentWrapper
extends java.lang.Object
Constructor and Description |
---|
ArgumentWrapper() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
java.lang.String |
getFlag() |
int |
getParamCount() |
void |
setDescription(java.lang.String description) |
void |
setFlag(java.lang.String flag) |
void |
setParamCount(int paramCount) |
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description of the option providedpublic java.lang.String getFlag()
public void setFlag(java.lang.String flag)
flag
- The option to setpublic int getParamCount()
public void setParamCount(int paramCount)
paramCount
- to set