| Package | Description |
|---|---|
| org.processmining.framework.boot | |
| org.processmining.framework.packages | |
| org.processmining.framework.plugin.impl |
| Modifier and Type | Field and Description |
|---|---|
static Boot.Level |
Boot.VERBOSE |
| Modifier and Type | Method and Description |
|---|---|
static Boot.Level |
Boot.Level.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Boot.Level[] |
Boot.Level.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 |
Boot.addJarsForPackage(PackageDescriptor pack,
Boot.Level verbose,
PluginManager plugins) |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageManager.initialize(Boot.Level verbose) |
void |
PackageManager.update(boolean autoInstall,
Boot.Level verbose) |
| Constructor and Description |
|---|
PluginCacheEntry(java.net.URL url,
Boot.Level verbose)
Deprecated.
|
PluginCacheEntry(java.net.URL url,
Boot.Level verbose,
PackageDescriptor packageDescriptor) |