Uses of Class
org.apache.felix.scrplugin.om.Interface

Packages that use Interface
org.apache.felix.scrplugin.om   
org.apache.felix.scrplugin.tags.cl   
org.apache.felix.scrplugin.xml   
 

Uses of Interface in org.apache.felix.scrplugin.om
 

Fields in org.apache.felix.scrplugin.om with type parameters of type Interface
protected  List<Interface> Service.interfaces
          The list of implemented interfaces.
 

Methods in org.apache.felix.scrplugin.om that return Interface
 Interface Service.findInterface(String name)
          Search for an implemented interface.
 

Methods in org.apache.felix.scrplugin.om that return types with arguments of type Interface
 List<Interface> Service.getInterfaces()
           
 

Methods in org.apache.felix.scrplugin.om with parameters of type Interface
 void Service.addInterface(Interface interf)
          Add an interface to the list of interfaces.
 

Uses of Interface in org.apache.felix.scrplugin.tags.cl
 

Fields in org.apache.felix.scrplugin.tags.cl declared as Interface
protected  Interface ClassLoaderJavaTag.interf
           
 

Constructors in org.apache.felix.scrplugin.tags.cl with parameters of type Interface
ClassLoaderJavaTag(JavaClassDescription desc, Interface i, boolean isSF)
           
 

Uses of Interface in org.apache.felix.scrplugin.xml
 

Methods in org.apache.felix.scrplugin.xml with parameters of type Interface
protected static void ComponentDescriptorIO.generateXML(Interface interf, ContentHandler contentHandler)
          Write the xml for a Interface.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.