Package | Description |
---|---|
org.jfree.base |
Base level classes.
|
org.jfree.base.modules |
Module definitions:
|
Modifier and Type | Class and Description |
---|---|
class |
BaseBoot
The base boot class.
|
Modifier and Type | Method and Description |
---|---|
static AbstractBoot |
BaseBoot.getInstance()
Returns the boot instance.
|
protected AbstractBoot |
AbstractBoot.loadBooter(java.lang.String classname)
Loads the specified booter implementation.
|
Modifier and Type | Field and Description |
---|---|
private AbstractBoot |
PackageManager.booter
The boot implementation for which the modules are managed.
|
Modifier and Type | Method and Description |
---|---|
static PackageManager |
PackageManager.createInstance(AbstractBoot booter)
Creates a package manager instance.
|
Constructor and Description |
---|
PackageManager(AbstractBoot booter)
Creates a new package manager.
|