public class EnvironmentVariables extends Object implements P6OptionsSource
Constructor and Description |
---|
EnvironmentVariables() |
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.
|
public Map<String,String> getOptions()
getOptions
in interface P6OptionsSource
public void postInit(P6ModuleManager p6moduleManager)
P6OptionsSource
P6ModuleManager.P6ModuleManager()
. After
initialization is done.postInit
in interface P6OptionsSource
p6moduleManager
- module manager instance that has been initialized.public void preDestroy(P6ModuleManager p6moduleManager)
P6OptionsSource
P6ModuleManager.cleanUp()
.preDestroy
in interface P6OptionsSource
p6moduleManager
- module manager instance that is about to be destroyed.Copyright © 2002-2015 P6Spy. All Rights Reserved.