org.apache.felix.moduleloader
Interface IWire
- All Known Implementing Classes:
- R4Wire, R4WireModule
public interface IWire
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