|
|||||||||
| 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 ModulePathComponent

- All Known Implementing Classes:
- ModulePathDirComponent, ModulePathFileComponent, ModulePathJarComponent
- public interface ModulePathComponent
A module path component interface provides access to zero or more module providers.
| Nested Class Summary | |
static class |
ModulePathComponent.EmptyIterator
An empty iterator. |
static class |
ModulePathComponent.Provider
Details of a provider. |
| Method Summary | |
java.lang.String |
getPath()
Returns the path the component was constructed from. |
java.util.Iterator |
getProviders(boolean updated)
Iterate over all providers. |
| Method Detail |
getProviders
public java.util.Iterator getProviders(boolean updated)
- Iterate over all providers.
The iterator will return a provider object.
getPath
public java.lang.String getPath()
- Returns the path the component was constructed from.
|
|||||||||
| Home >> All >> com >> dghda >> [ module overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC