|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 ComponentContainer s. |
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,
boolean generateSeparateDescriptors)
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |