|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MMBasePackageGenerator
The mmbase package interfaces has 3 methods that will be called by the MMbase package handler in the following order: -init -process -destroy
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_MMBASE_PACKAGE_GENERATOR
|
Method Summary | |
---|---|
void |
destroy(MMBasePackageConfiguration config)
Destroy resources that were setup during initialization or processing. |
void |
init(MMBasePackageConfiguration config)
Initialize the Package generation. |
void |
process(MMBasePackageConfiguration config)
Do the actuall configuration. |
Field Detail |
---|
static final java.lang.String DEFAULT_MMBASE_PACKAGE_GENERATOR
Method Detail |
---|
void init(MMBasePackageConfiguration config)
config
- configuration settings.void process(MMBasePackageConfiguration config)
config
- configuration settings.void destroy(MMBasePackageConfiguration config)
config
- configuration settings.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |