org.apache.felix.moduleloader
Interface IWire

All Known Implementing Classes:
R4Wire, R4WireFragment, R4WireModule

public interface IWire


Method Summary
 ICapability getCapability()
           
 Class getClass(String name)
           
 IModule getExporter()
           
 IModule getImporter()
           
 IRequirement getRequirement()
           
 URL getResource(String name)
           
 Enumeration getResources(String name)
           
 boolean hasPackage(String pkgName)
           
 

Method Detail

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.