Uses of Class
org.rapidcontext.app.model.AppStorage
Packages that use AppStorage
Package
Description
Provides the server applications and launchers.
Provides the plug-in API.
-
Uses of AppStorage in org.rapidcontext.app
Methods in org.rapidcontext.app that return AppStorageModifier and TypeMethodDescriptionApplicationContext.appStorage()Returns the app (root) data store. -
Uses of AppStorage in org.rapidcontext.app.plugin
Fields in org.rapidcontext.app.plugin declared as AppStorageModifier and TypeFieldDescriptionPluginManager.storageThe storage to use when loading and unloading plug-ins.Constructors in org.rapidcontext.app.plugin with parameters of type AppStorageModifierConstructorDescriptionPluginManager(File builtinDir, File pluginDir, AppStorage storage) Creates a new plug-in storage.