Package | Description |
---|---|
org.jfree.base.modules |
Module definitions:
|
Modifier and Type | Field and Description |
---|---|
private PackageState |
PackageSorter.SortModule.state
The package state of the to be matched module.
|
Modifier and Type | Method and Description |
---|---|
PackageState |
PackageSorter.SortModule.getState()
Returns the package state contained in this SortModule.
|
Modifier and Type | Method and Description |
---|---|
private void |
PackageManager.dropFailedModule(PackageState state)
A utility method that collects all failed modules.
|
Constructor and Description |
---|
SortModule(PackageState state)
Creates a new SortModule for the given package state.
|