Package | Description |
---|---|
org.apache.felix.ipojo.parser |
Modifier and Type | Method and Description |
---|---|
org.apache.felix.ipojo.metadata.Element[] |
ManifestMetadataParser.getComponentsMetadata()
Gets the array of component type metadata.
|
java.util.Dictionary[] |
ManifestMetadataParser.getInstances()
Gets the array of instance configuration described in the metadata.
|
void |
ManifestMetadataParser.parse(java.util.Dictionary dict)
Looks for the
iPOJO-Components header
in the given dictionary. |
static org.apache.felix.ipojo.metadata.Element |
ManifestMetadataParser.parse(java.lang.String metadata)
Parses the metadata from the string given in argument.
|
void |
ManifestMetadataParser.parseHeader(java.lang.String header)
Parses the given header, initialized the
ManifestMetadataParser.m_elements list
(adds the iPOJO element) and parses
contained component type declarations and instance configurations. |
static org.apache.felix.ipojo.metadata.Element |
ManifestMetadataParser.parseHeaderMetadata(java.lang.String header)
Parses the metadata from the given header string.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.