public interface SubSystem
On a simple level, subsystems can be just libraries. Libraries offering services need a controlled way to initialize these services before dependent code starts using the library. This can be achived by embedding the library services into an own subsystem.
Modifier and Type | Method and Description |
---|---|
ExtendedConfiguration |
getExtendedConfig()
Returns the global configuration as ExtendedConfiguration instance.
|
Configuration |
getGlobalConfig()
Returns the global configuration.
|
PackageManager |
getPackageManager()
Returns the package manager.
|
Configuration getGlobalConfig()
ExtendedConfiguration getExtendedConfig()
PackageManager getPackageManager()
Copyright © 2001–2018 JFree.org. All rights reserved.