Uses of Interface
com.bc.ceres.core.runtime.Module
Packages that use Module
Package
Description
Provides the module runtime framework.
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 ModuleModifier and TypeMethodDescriptionDependency.getDeclaringModule()Extension.getDeclaringModule()Gets the module in which this extension is declared.ExtensionPoint.getDeclaringModule()Gets the module in which this extension point is declared.ModuleContext.getModule()ModuleContext.getModule(long id) Gets the module for the given module identifier.Module[]ModuleContext.getModules()Gets all modules in this context.ModuleContext.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 ModuleModifier and TypeMethodDescriptionModule[]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.DefaultModuleManager.installModule(Module newModule, ProgressMonitor pm) ModuleManager.installModule(Module newModule, ProgressMonitor pm) Performs an installation of a new module.DefaultModuleManager.updateModule(Module oldModule, Module newModule, ProgressMonitor pm) ModuleManager.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 ModuleModifier and TypeMethodDescriptionDefaultModuleManager.installModule(Module newModule, ProgressMonitor pm) ModuleManager.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.DefaultModuleManager.updateModule(Module oldModule, Module newModule, ProgressMonitor pm) ModuleManager.updateModule(Module oldModule, Module newModule, ProgressMonitor pm) Performs an update to a higher version of an existing module.