public interface ModuleManager
| Modifier and Type | Field and Description |
|---|---|
static 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(String moduleName)
Returns the
WikiModuleInfo information about the provided moduleName. |
Collection<WikiModuleInfo> |
modules()
Returns a collection of modules currently managed by this ModuleManager.
|
static final String PLUGIN_RESOURCE_LOCATION
boolean checkCompatibility(WikiModuleInfo info)
info - The module to checkWikiModuleInfo getModuleInfo(String moduleName)
WikiModuleInfo information about the provided moduleName.moduleName - Collection<WikiModuleInfo> modules()
Copyright © 2001-2020 The Apache Software Foundation. All rights reserved.