Uses of Interface
com.bc.ceres.core.runtime.Module
-
Packages that use Module Package Description com.bc.ceres.core.runtime Provides the module runtime framework.com.bc.ceres.swing.update Provides a complete Ceres Module Manager UI to Swing applications. -
-
Uses of Module in com.bc.ceres.core.runtime
Methods in com.bc.ceres.core.runtime that return Module Modifier and Type Method Description ModuleDependency. getDeclaringModule()ModuleExtension. getDeclaringModule()Gets the module in which this extension is declared.ModuleExtensionPoint. getDeclaringModule()Gets the module in which this extension point is declared.ModuleModuleContext. getModule()ModuleModuleContext. getModule(long id)Gets the module for the given module identifier.Module[]ModuleContext. getModules()Gets all modules in this context.ModuleModuleContext. installModule(URL url, ProxyConfig proxyConfig, ProgressMonitor pm)Installs the module from the given URL. -
Uses of Module in com.bc.ceres.swing.update
Methods in com.bc.ceres.swing.update that return Module Modifier and Type Method Description Module[]MissingDependencyInfo. getDependentModules()Module[]DefaultModuleManager. getInstalledModules()Module[]ModuleManager. getInstalledModules()Retrieves the list of locally installedmodules.Module[]DefaultModuleManager. getRepositoryModules(ProgressMonitor pm)Module[]ModuleManager. getRepositoryModules(ProgressMonitor pm)Retrieves the list ofmoduleson the repository.ModuleDefaultModuleManager. installModule(Module newModule, ProgressMonitor pm)ModuleModuleManager. installModule(Module newModule, ProgressMonitor pm)Performs an installation of a new module.ModuleDefaultModuleManager. updateModule(Module oldModule, Module newModule, ProgressMonitor pm)ModuleModuleManager. updateModule(Module oldModule, Module newModule, ProgressMonitor pm)Performs an update to a higher version of an existing module.Methods in com.bc.ceres.swing.update with parameters of type Module Modifier and Type Method Description ModuleDefaultModuleManager. installModule(Module newModule, ProgressMonitor pm)ModuleModuleManager. installModule(Module newModule, ProgressMonitor pm)Performs an installation of a new module.protected static booleanModuleManagerPane. isCategory(Module module, String category)voidDefaultModuleManager. uninstallModule(Module oldModule, ProgressMonitor pm)voidModuleManager. uninstallModule(Module oldModule, ProgressMonitor pm)* Performs an uninstallation of an existing module.ModuleDefaultModuleManager. updateModule(Module oldModule, Module newModule, ProgressMonitor pm)ModuleModuleManager. updateModule(Module oldModule, Module newModule, ProgressMonitor pm)Performs an update to a higher version of an existing module.
-