public interface P6OptionsSource
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getOptions() |
void |
postInit(P6ModuleManager p6moduleManager)
Intended for the postInit jobs.
|
void |
preDestroy(P6ModuleManager p6moduleManager)
Intended for cleanup jobs.
|
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.Copyright © 2002-2015 P6Spy. All Rights Reserved.