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 |
getModules()
Returns the entry modules.
|
void |
setModules(java.util.List modules)
Sets the entry modules.
|
Module getModule(java.lang.String uri)
uri
- the URI of the ModuleImpl.java.util.List getModules()
void setModules(java.util.List modules)
modules
- the list of ModuleImpl elements with the entry modules to set,
an empty list or null if none.