Package | Description |
---|---|
org.jfree.base.log | |
org.jfree.base.modules |
Module definitions:
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLogModule
The module definition for the System.out-Logging.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractModule
The abstract module provides a default implementation of the module interface.
|
Modifier and Type | Field and Description |
---|---|
private Module |
PackageState.module
The module class that contains the package information.
|
Modifier and Type | Method and Description |
---|---|
Module[] |
PackageManager.getActiveModules()
Returns all active modules.
|
Module[] |
PackageManager.getAllModules()
Returns an array of the currently active modules.
|
Module |
PackageState.getModule()
Returns the module managed by this state implementation.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
PackageManager.acceptVersion(ModuleInfo moduleRequirement,
Module module)
Checks, whether the given module meets the requirements defined in the module
information.
|
private static java.util.ArrayList |
PackageSorter.collectSubsystemModules(Module childMod,
java.util.HashMap moduleMap)
Collects all directly dependent subsystems.
|
private static boolean |
PackageSorter.isBaseModule(Module mod,
ModuleInfo mi)
Checks, whether a module is a base module of an given module.
|
Constructor and Description |
---|
PackageState(Module module)
Creates a new package state for the given module.
|
PackageState(Module module,
int state)
Creates a new package state for the given module.
|