org.apache.felix.moduleloader
Interface IWire
- All Known Implementing Classes:
- R4Wire, R4WireFragment, R4WireModule
public interface IWire
getImporter
IModule getImporter()
getRequirement
IRequirement getRequirement()
getExporter
IModule getExporter()
getCapability
ICapability getCapability()
hasPackage
boolean hasPackage(String pkgName)
getClass
Class getClass(String name)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
getResource
URL getResource(String name)
throws ResourceNotFoundException
- Throws:
ResourceNotFoundException
getResources
Enumeration getResources(String name)
throws ResourceNotFoundException
- Throws:
ResourceNotFoundException
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.