Uses of Record Class
lu.kbra.modelizer_next.bootstrap.subapp.InstalledApplication
Packages that use InstalledApplication
Package
Description
Installed application discovery, update storage, class-loader isolation, and launching of the
selected application jar.
-
Uses of InstalledApplication in lu.kbra.modelizer_next.bootstrap.subapp
Methods in lu.kbra.modelizer_next.bootstrap.subapp that return InstalledApplicationModifier and TypeMethodDescriptionApplicationInventory.install(AvailableUpdate update, ProgressListener listener) Creates an InstalledApplication value from an installed jar path.Methods in lu.kbra.modelizer_next.bootstrap.subapp that return types with arguments of type InstalledApplicationModifier and TypeMethodDescriptionApplicationInventory.findLatestInstalled()Finds the latest installed that matches the supplied input.ApplicationInventory.findLatestInstalled(UpdateChannel wantedChannel) Finds the latest installed that matches the supplied input.ApplicationInventory.readInstalledApplication(Path jarPath) Reads the installed application.Methods in lu.kbra.modelizer_next.bootstrap.subapp with parameters of type InstalledApplicationModifier and TypeMethodDescriptionlongApplicationUpdateStorage.freeUnusedUpdates(UpdateChannel activeChannel, InstalledApplication activeApplication) Deletes downloaded update files that are no longer needed.voidJarApplicationLauncher.launch(String[] args, Queue<File> toBeOpened, InstalledApplication application) Launches the installed application.