Uses of Class
org.apache.felix.ipojo.parser.ParseException

Packages that use ParseException
org.apache.felix.ipojo.parser   
 

Uses of ParseException in org.apache.felix.ipojo.parser
 

Methods in org.apache.felix.ipojo.parser that throw ParseException
 org.apache.felix.ipojo.metadata.Element[] ManifestMetadataParser.getComponentsMetadata()
          Get the array of component type metadata.
 java.util.Dictionary[] ManifestMetadataParser.getInstances()
          Get the array of instance configuration described in the metadata.
 void ManifestMetadataParser.parse(java.util.Dictionary dict)
          Parse the given dictionary and create the instance managers.
static org.apache.felix.ipojo.metadata.Element ManifestMetadataParser.parse(java.lang.String metadata)
          Parse the metadata from the string given in argument.
 void ManifestMetadataParser.parseHeader(java.lang.String header)
          Parse the given header and create the instance managers.
static org.apache.felix.ipojo.metadata.Element ManifestMetadataParser.parseHeaderMetadata(java.lang.String header)
          Parse the metadata from the given header string.