org.apache.felix.moduleloader
Interface IWire

All Known Implementing Classes:
R4Wire, R4WireModule

public interface IWire


Method Summary
 ICapability getCapability()
           
 java.lang.Class getClass(java.lang.String name)
           
 IModule getExporter()
           
 IModule getImporter()
           
 IRequirement getRequirement()
           
 java.net.URL getResource(java.lang.String name)
           
 java.util.Enumeration getResources(java.lang.String name)
           
 

Method Detail

getImporter

IModule getImporter()

getRequirement

IRequirement getRequirement()

getExporter

IModule getExporter()

getCapability

ICapability getCapability()

getClass

java.lang.Class getClass(java.lang.String name)
                         throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException

getResource

java.net.URL getResource(java.lang.String name)
                         throws ResourceNotFoundException
Throws:
ResourceNotFoundException

getResources

java.util.Enumeration getResources(java.lang.String name)
                                   throws ResourceNotFoundException
Throws:
ResourceNotFoundException