public interface IRppOption
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAllowedValues()
Returns the allowed values for this option.
|
java.lang.String |
getOptionComments()
Returns the option comments.
|
java.lang.String |
getOptionName()
Returns the option name.
|
java.lang.String |
getOptionShortcut()
Returns the option shortcut.
|
boolean |
isBoolean()
Returns true if the option is a boolean option.
|
boolean |
isLightweight()
Returns true is the option is lightweight.
|
boolean |
isPrivate()
Returns true is the option is private.
|
boolean |
isRepeated()
Returns true is this option can be repeated in the commande line.
|
boolean |
isRequired()
Returns true if the option is mandatory.
|
static final java.lang.String copyright
java.lang.String[] getAllowedValues()
java.lang.String getOptionComments()
java.lang.String getOptionName()
java.lang.String getOptionShortcut()
boolean isBoolean()
boolean isLightweight()
boolean isPrivate()
boolean isRepeated()
boolean isRequired()