|
||||||||||
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(String uri)
Returns the module identified by a given URI. |
List<Module> |
getModules()
Returns the entry modules. |
void |
setModules(List<Module> modules)
Sets the entry modules. |
Method Detail |
---|
Module getModule(String uri)
uri
- the URI of the ModuleImpl.
List<Module> getModules()
void setModules(List<Module> 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 |