Methods in org.apache.felix.scrplugin.xml with parameters of type DescriptionContainer |
static java.util.List<java.lang.String> |
ComponentDescriptorIO.generateDescriptorFiles(DescriptionContainer module,
Options options,
Log logger)
Generate descriptor file(s) |
static java.util.List<java.lang.String> |
MetaTypeIO.generateDescriptors(DescriptionContainer module,
Options options,
Log logger)
|
protected static void |
ComponentDescriptorIO.generateReferenceXML(ComponentDescription component,
DescriptionContainer module,
ReferenceDescription reference,
org.xml.sax.ContentHandler contentHandler)
Write the xml for a Reference . |
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. |
protected static void |
ComponentDescriptorIO.generateXML(java.lang.String namespace,
DescriptionContainer module,
ComponentContainer container,
org.xml.sax.ContentHandler contentHandler)
Write the xml for a Component . |