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

Packages that use Components
org.apache.felix.scrplugin   
org.apache.felix.scrplugin.xml   
 

Uses of Components in org.apache.felix.scrplugin
 

Methods in org.apache.felix.scrplugin that return Components
protected  Components JavaClassDescriptorManager.parseServiceComponentDescriptor(InputStream file)
          Parses the descriptors read from the given input stream.
 

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

Fields in org.apache.felix.scrplugin.xml declared as Components
protected  Components ComponentDescriptorIO.XmlHandler.components
          The components container.
 

Methods in org.apache.felix.scrplugin.xml that return Components
static Components ComponentDescriptorIO.read(InputStream file)
           
 

Methods in org.apache.felix.scrplugin.xml with parameters of type Components
protected static void ComponentDescriptorIO.generateXML(Components components, ContentHandler contentHandler, boolean isScrPrivateFile)
          Generate the xml top level element and start streaming the components.
static void ComponentDescriptorIO.write(Components components, File file, boolean isScrPrivateFile)
          Write the component descriptors to the file.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.