public abstract class WatchedReloadableModule extends ReloadableModule
configurationPath, getMaintainerFunction, getVersionFunction, properties, STATE_START_TIMEdescription, guiName, namefunctions, getFunctions| Constructor and Description |
|---|
WatchedReloadableModule() |
WatchedReloadableModule(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
onload()
prepares the module when loaded.
|
reload, reloadConfiguration, reloadConfigurationaddInitParameters, getInitParameter, getInitParameter, getInitParameter, getInitParameters, getInitParameters, getMaintainer, getModule, getModule, getModule, getModule, getModuleInfo, getModuleLoader, getModuleReader, getModuleReader, getModules, getState, getStates, getVersion, hasModule, hasStarted, init, loadInitParameters, loadInitParameters, maintainance, setInitParameter, setMaintainer, setState, setVersion, shutdown, shutdownModules, startModule, startModulesgetDefaultLocale, getDescription, getDescription, getGUIName, getGUIName, getLocalizedDescription, getLocalizedGUIName, getName, setDescription, setDescription, setGUIName, setGUIName, setLocalizedDescription, setLocalizedGUIName, setNameaddFunction, createParameters, getFunction, getFunctions, getFunctionValue, newFunctionInstancepublic WatchedReloadableModule()
public WatchedReloadableModule(String name)
public void onload()
Module.startModules(). You should not call onload() directly.
On the onload of a reloadable module, a filewatcher is started. You should call
super.onload if you need to override this.MMBase 1.9-SNAPSHOT - ${javadoctimestamp}