Uses of Class
org.apache.felix.scrplugin.helper.ComponentContainer

Packages that use ComponentContainer
org.apache.felix.scrplugin.helper   
org.apache.felix.scrplugin.xml   
 

Uses of ComponentContainer in org.apache.felix.scrplugin.helper
 

Fields in org.apache.felix.scrplugin.helper with type parameters of type ComponentContainer
 java.util.List<ComponentContainer> ComponentContainerUtil.ComponentContainerContainer.components
           
 

Methods in org.apache.felix.scrplugin.helper that return types with arguments of type ComponentContainer
 java.util.List<ComponentContainer> DescriptionContainer.getComponents()
          Return the list of ComponentContainers.
 

Methods in org.apache.felix.scrplugin.helper with parameters of type ComponentContainer
 void DescriptionContainer.add(ComponentContainer c)
          Add a container to the list.
 

Method parameters in org.apache.felix.scrplugin.helper with type arguments of type ComponentContainer
static java.util.List<ComponentContainerUtil.ComponentContainerContainer> ComponentContainerUtil.split(java.util.List<ComponentContainer> components)
          Split the list of components into separate lists depending on the configuration.
 

Constructors in org.apache.felix.scrplugin.helper with parameters of type ComponentContainer
Validator(ComponentContainer container, Project project, Options options, IssueLog iLog)
           
 

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

Methods in org.apache.felix.scrplugin.xml with parameters of type ComponentContainer
protected static void ComponentDescriptorIO.generateImplementationXML(ComponentContainer component, org.xml.sax.ContentHandler contentHandler)
          Write the xml for a Implementation.
protected static void ComponentDescriptorIO.generateXML(java.lang.String namespace, DescriptionContainer module, ComponentContainer container, org.xml.sax.ContentHandler contentHandler)
          Write the xml for a Component.
 

Method parameters in org.apache.felix.scrplugin.xml with type arguments of type ComponentContainer
protected static void ComponentDescriptorIO.generateXML(DescriptionContainer module, java.util.List<ComponentContainer> components, java.io.File descriptorFile, Log logger)
          Generate the xml top level element and start streaming the components.
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.