public abstract class BaseModuleManager extends java.lang.Object implements ModuleManager
| Modifier and Type | Field and Description |
|---|---|
protected Engine |
m_engine |
PLUGIN_RESOURCE_LOCATION| Constructor and Description |
|---|
BaseModuleManager(Engine engine)
Constructs the ModuleManager.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkCompatibility(WikiModuleInfo info)
Returns true, if the given module is compatible with this version of JSPWiki.
|
protected <T extends WikiModuleInfo> |
modules(java.util.Iterator<T> iterator) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModuleInfo, modulespublic BaseModuleManager(Engine engine)
engine - The Engine which owns this manager.public boolean checkCompatibility(WikiModuleInfo info)
checkCompatibility in interface ModuleManagerinfo - The module to checkprotected <T extends WikiModuleInfo> java.util.Collection<WikiModuleInfo> modules(java.util.Iterator<T> iterator)
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.