public interface Extendable
Modifier and Type | Method and Description |
---|---|
Module |
getModule(java.lang.String uri)
Returns the module identified by a given URI.
|
java.util.List<Module> |
getModules()
Returns the entry modules.
|
void |
setModules(java.util.List<Module> modules)
Sets the entry modules.
|
Module getModule(java.lang.String uri)
uri
- the URI of the ModuleImpl.java.util.List<Module> getModules()
void setModules(java.util.List<Module> modules)
modules
- the list of ModuleImpl elements with the entry modules to set, an empty list
or null if none.