Uses of Class
org.processmining.framework.packages.impl.CancelledException
-
Packages that use CancelledException Package Description org.processmining.framework.packages -
-
Uses of CancelledException in org.processmining.framework.packages
Methods in org.processmining.framework.packages that throw CancelledException Modifier and Type Method Description PackageDescriptor[]
PackageManager. findOrInstallPackages(java.lang.String... packageNames)
void
PackageManager. install(java.util.List<PackageDescriptor> toInstall)
void
PackageManager. uninstall(java.util.Collection<PackageDescriptor> toRemove)
void
PackageManager. update(boolean autoInstall, Boot.Level verbose)
-