|
|||||||||
| Home >> All >> com >> dghda >> [ module overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.dghda.module
Interface ModuleProvider

- public interface ModuleProvider
The interface that classes contained in the module loader path must implement.
| Method Summary | |
Module |
getModule(java.lang.String id)
Returns the module instance with the given ID. |
java.util.Iterator |
getModuleIterator()
An iterator over all modules provided. |
| Method Detail |
getModuleIterator
public java.util.Iterator getModuleIterator()
- An iterator over all modules provided.
The iterator returns instances of the Module interface.
getModule
public Module getModule(java.lang.String id)
- Returns the module instance with the given ID.
|
|||||||||
| Home >> All >> com >> dghda >> [ module overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC