public interface ModuleManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLUGIN_RESOURCE_LOCATION
Location of the property-files of plugins.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkCompatibility(WikiModuleInfo info)
Returns true, if the given module is compatible with this version of JSPWiki.
|
WikiModuleInfo |
getModuleInfo(java.lang.String moduleName)
Returns the
WikiModuleInfo information about the provided moduleName. |
java.util.Collection<WikiModuleInfo> |
modules()
Returns a collection of modules currently managed by this ModuleManager.
|
static final java.lang.String PLUGIN_RESOURCE_LOCATION
boolean checkCompatibility(WikiModuleInfo info)
info - The module to checkWikiModuleInfo getModuleInfo(java.lang.String moduleName)
WikiModuleInfo information about the provided moduleName.moduleName - java.util.Collection<WikiModuleInfo> modules()
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.