Uses of Class
org.opencms.module.CmsModuleDependency
Package
Description
OpenCms modules provide a powerful, standardized way to extend
the core OpenCms functionality.
Contains classes of the module manager app used to edit modules.
-
Uses of CmsModuleDependency in org.opencms.module
Modifier and TypeMethodDescriptionCmsModule.checkDependency
(CmsModule module) Checks if this module depends on another given module, will return the dependency, ornull
if no dependency was found.Modifier and TypeMethodDescriptionCmsModuleManager.checkDependencies
(CmsModule module, int mode) Checks if a modules dependencies are fulfilled.CmsModule.getDependencies()
Returns the list of dependencies of this module.Modifier and TypeMethodDescriptionboolean
CmsModuleDependency.dependesOn
(CmsModuleDependency other) Checks if this module depedency depends on another given module dependency.Modifier and TypeMethodDescriptionvoid
CmsModule.setDependencies
(List<CmsModuleDependency> dependencies) Sets the list of module dependencies.ModifierConstructorDescriptionCmsModule
(String name, String niceName, String group, String actionClass, String importScript, String site, boolean isImportSite, CmsModule.ExportMode exportMode, String description, CmsModuleVersion version, String authorName, String authorEmail, long dateCreated, String userInstalled, long dateInstalled, List<CmsModuleDependency> dependencies, List<CmsExportPoint> exportPoints, List<String> resources, List<String> excluderesources, Map<String, String> parameters) Creates a new module description with the specified values. -
Uses of CmsModuleDependency in org.opencms.ui.apps.modules.edit
Modifier and TypeMethodDescriptionvoid
CmsEditModuleForm.addDependencyRow
(CmsModuleDependency dep) Adds another entry to the list of module dependencies in the dependencies tab.static CmsModuleDependencyWidget
CmsModuleDependencyWidget.create
(CmsModuleDependency dep) Creates a new widget instance for the given module dependency.