Package | Description |
---|---|
org.jfree.base.log | |
org.jfree.base.modules |
Module definitions:
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultLogModule.initialize(SubSystem subSystem)
Initalizes the module.
|
Constructor and Description |
---|
DefaultLogModule()
DefaultConstructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Module.initialize(SubSystem subSystem)
Initializes the module.
|
protected void |
AbstractModule.loadModuleInfo()
Loads the default module description from the file "module.properties".
|
protected void |
AbstractModule.loadModuleInfo(java.io.InputStream in)
Loads the module descriptiong from the given input stream.
|
protected void |
AbstractModule.performExternalInitialize(java.lang.String classname)
Deprecated.
Use the method that provides a class-context instead.
|
protected void |
AbstractModule.performExternalInitialize(java.lang.String classname,
java.lang.Class context)
???.
|
void |
ModuleInitializer.performInit()
Performs the initalization of the module.
|