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

Packages that use Implementation
org.apache.felix.scrplugin.om   
org.apache.felix.scrplugin.xml   
 

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

Fields in org.apache.felix.scrplugin.om declared as Implementation
protected  Implementation Component.implementation
          The implementation.
 

Methods in org.apache.felix.scrplugin.om that return Implementation
 Implementation Component.getImplementation()
           
 

Methods in org.apache.felix.scrplugin.om with parameters of type Implementation
 void Component.setImplementation(Implementation implementation)
           
 

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

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