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

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

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

Methods in org.apache.felix.scrplugin.tags that return Components
protected  Components JavaClassDescriptorManager.parseServiceComponentDescriptor(org.apache.maven.artifact.Artifact artifact, java.io.File file)
           
protected  Components JavaClassDescriptorManager.readServiceComponentDescriptor(org.apache.maven.artifact.Artifact artifact, java.lang.String entry)
          Read the service component description.
 

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(java.io.File file)
           
 

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



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.