|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Extendable
Objects that can have modules are Extendable.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |