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

Quick Search    Search Deep

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


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.