|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.finalist.mmbase.modules.DefaultMMBasePackageGenerator
public class DefaultMMBasePackageGenerator
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 |
---|
Fields inherited from interface com.finalist.mmbase.modules.MMBasePackageGenerator |
---|
DEFAULT_MMBASE_PACKAGE_GENERATOR |
Constructor Summary | |
---|---|
DefaultMMBasePackageGenerator()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultMMBasePackageGenerator()
Method Detail |
---|
public void init(MMBasePackageConfiguration config)
init
in interface MMBasePackageGenerator
config
- configuration settings.public void process(MMBasePackageConfiguration config)
process
in interface MMBasePackageGenerator
config
- configuration settings.public void destroy(MMBasePackageConfiguration config)
destroy
in interface MMBasePackageGenerator
config
- configuration settings.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |