Package | Description |
---|---|
org.crosswire.common.activate |
Code to allow classes to be started-up and then shutdown later to
conserve resources.
|
Modifier and Type | Method and Description |
---|---|
static Kill |
Kill.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kill[] |
Kill.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Activator.reduceMemoryUsage(Kill amount)
If we need to tighten things up a bit we can save memory with this
|