Interface Extendable

    • Method Detail

      • getModule

        Module getModule​(String uri)
        Returns the module identified by a given URI.

        Parameters:
        uri - the URI of the ModuleImpl.
        Returns:
        The module with the given URI, null if none.
      • getModules

        List<Module> getModules()
        Returns the entry modules.

        Returns:
        a list of ModuleImpl elements with the entry modules, an empty list if none.
      • setModules

        void setModules​(List<Module> modules)
        Sets the entry modules.

        Parameters:
        modules - the list of ModuleImpl elements with the entry modules to set, an empty list or null if none.