| Package | Description |
|---|---|
| org.apache.felix.scrplugin.helper | |
| org.apache.felix.scrplugin.xml |
| Modifier and Type | Field and Description |
|---|---|
List<ComponentContainer> |
ComponentContainerUtil.ComponentContainerContainer.components |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentContainer> |
DescriptionContainer.getComponents()
Return the list of
ComponentContainers. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescriptionContainer.add(ComponentContainer c)
Add a container to the list.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ComponentContainerUtil.ComponentContainerContainer> |
ComponentContainerUtil.split(List<ComponentContainer> components)
Split the list of components into separate lists depending
on the configuration.
|
| Constructor and Description |
|---|
Validator(ComponentContainer container,
Project project,
Options options,
IssueLog iLog) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
ComponentDescriptorIO.generateImplementationXML(ComponentContainer component,
ContentHandler contentHandler)
Write the xml for an Implementation.
|
protected static void |
ComponentDescriptorIO.generateXML(String namespace,
DescriptionContainer module,
ComponentContainer container,
ContentHandler contentHandler)
Write the xml for a Component
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
ComponentDescriptorIO.generateXML(DescriptionContainer module,
List<ComponentContainer> components,
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.