|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.plugin.OptionModule
public abstract class OptionModule
The option module defines the options of a plugin.
Options are defined as inner classes (Option or some subclass of this) of the option module.
| Constructor Summary | |
|---|---|
OptionModule()
|
|
| Method Summary | |
|---|---|
java.util.List |
getExternalOptionClasses()
Returns a list of external option classes. |
void |
install()
Installs the option module and instantiates the option classes. |
protected void |
loadOptions()
Instantiates the internal and external options. |
void |
uninstall()
Uninstalls all options. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OptionModule()
| Method Detail |
|---|
public final void install()
public final void uninstall()
public java.util.List getExternalOptionClasses()
Option class.protected final void loadOptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||