|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRppOption
This interface represents a RPPz command line option. It is used to extends the rpp.bat batch process.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |