Interface ModuleManager

    • Method Detail

      • checkCompatibility

        boolean checkCompatibility​(WikiModuleInfo info)
        Returns true, if the given module is compatible with this version of JSPWiki.
        Parameters:
        info - The module to check
        Returns:
        True, if the module is compatible.
      • modules

        java.util.Collection<WikiModuleInfomodules()
        Returns a collection of modules currently managed by this ModuleManager. Each entry is an instance of the WikiModuleInfo class. This method should return something which is safe to iterate over, even if the underlying collection changes.
        Returns:
        A Collection of WikiModuleInfo instances.