public interface P6OptionsSource
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getOptions() |
void |
postInit(P6ModuleManager p6moduleManager)
Intended for the postInit jobs.
|
void |
preDestroy(P6ModuleManager p6moduleManager)
Intended for cleanup jobs.
|
java.util.Map<java.lang.String,java.lang.String> getOptions()
void postInit(P6ModuleManager p6moduleManager)
P6ModuleManager.P6ModuleManager(). After
initialization is done.p6moduleManager - module manager instance that has been initialized.void preDestroy(P6ModuleManager p6moduleManager)
P6ModuleManager.cleanUp().p6moduleManager - module manager instance that is about to be destroyed.