Uses of Class
org.processmining.framework.boot.Boot.Level
-
Packages that use Boot.Level Package Description org.processmining.framework.boot org.processmining.framework.packages org.processmining.framework.plugin.impl -
-
Uses of Boot.Level in org.processmining.framework.boot
Fields in org.processmining.framework.boot declared as Boot.Level Modifier and Type Field Description static Boot.Level
Boot. VERBOSE
Methods in org.processmining.framework.boot that return Boot.Level Modifier and Type Method 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.Methods in org.processmining.framework.boot with parameters of type Boot.Level Modifier and Type Method Description static void
Boot. addJarsForPackage(PackageDescriptor pack, Boot.Level verbose, PluginManager plugins)
Constructors in org.processmining.framework.boot with parameters of type Boot.Level Constructor Description AddJarsForPackageRunnable(PackageDescriptor pack, Boot.Level verbose, PluginManager plugins)
PathHackerRunnable(PackageDescriptor pack, Boot.Level verbose, PluginManager plugins, java.io.File f)
-
Uses of Boot.Level in org.processmining.framework.packages
Methods in org.processmining.framework.packages with parameters of type Boot.Level Modifier and Type Method Description void
PackageManager. initialize(Boot.Level verbose)
void
PackageManager. update(boolean autoInstall, Boot.Level verbose)
-
Uses of Boot.Level in org.processmining.framework.plugin.impl
Constructors in org.processmining.framework.plugin.impl with parameters of type Boot.Level Constructor Description PluginCacheEntry(java.net.URL url, Boot.Level verbose)
Deprecated.PluginCacheEntry(java.net.URL url, Boot.Level verbose, PackageDescriptor packageDescriptor)
-