Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.dghda.module
Interface ModulePathComponent  view ModulePathComponent download ModulePathComponent.java

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.