|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.whatsnew.options.Options
Application options
Field Summary | |
static net.sf.whatsnew.options.Option |
CHANGE_MESSAGE
Change message |
static net.sf.whatsnew.options.Option |
FILE
File name |
static net.sf.whatsnew.options.Option |
MODE
Application Mode |
static net.sf.whatsnew.options.Option |
RELEASE_DATE_FORMAT
Release date format (@see java.text.SimpleDateFormat) |
static net.sf.whatsnew.options.Option |
RELEASE_FORMAT
Release string format |
static net.sf.whatsnew.options.Option |
RELEASE_VERSION
Release Version |
Constructor Summary | |
Options()
|
Method Summary | |
OptionValue |
getValue(net.sf.whatsnew.options.Option option)
Get the value option, if exists |
void |
setValue(net.sf.whatsnew.options.Option option,
java.lang.Object value)
Set an option |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final net.sf.whatsnew.options.Option FILE
public static final net.sf.whatsnew.options.Option MODE
public static final net.sf.whatsnew.options.Option RELEASE_VERSION
public static final net.sf.whatsnew.options.Option RELEASE_DATE_FORMAT
public static final net.sf.whatsnew.options.Option RELEASE_FORMAT
public static final net.sf.whatsnew.options.Option CHANGE_MESSAGE
Constructor Detail |
public Options()
Method Detail |
public void setValue(net.sf.whatsnew.options.Option option, java.lang.Object value) throws InvalidOptionValue
option
- The optionvalue
- It's valueInvalidOptionValue
- If the value is not a valid valuepublic OptionValue getValue(net.sf.whatsnew.options.Option option)
option
- The option to consult
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |