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
 Element[] ManifestMetadataParser.getComponentsMetadata()
          Gets the array of component type metadata.
 Dictionary[] ManifestMetadataParser.getInstances()
          Gets the array of instance configuration described in the metadata.
 void ManifestMetadataParser.parse(Dictionary dict)
          Looks for the iPOJO-Components header in the given dictionary.
static Element ManifestMetadataParser.parse(String metadata)
          Parses the metadata from the string given in argument.
 void ManifestMetadataParser.parseHeader(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 Element ManifestMetadataParser.parseHeaderMetadata(String header)
          Parses the metadata from the given header string.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.