org.apache.felix.bundlerepository.metadataparser
Class XmlMetadataHandler
java.lang.Object
org.apache.felix.bundlerepository.metadataparser.MetadataHandler
org.apache.felix.bundlerepository.metadataparser.XmlMetadataHandler
public class XmlMetadataHandler
- extends MetadataHandler
handles the metadata in XML format
Method Summary |
void |
parse(InputStream istream)
Called to parse the InputStream and set bundle list and package hash map |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlMetadataHandler
public XmlMetadataHandler(Logger logger)
parse
public void parse(InputStream istream)
throws javax.xml.parsers.ParserConfigurationException,
IOException,
org.xml.sax.SAXException
- Called to parse the InputStream and set bundle list and package hash map
- Specified by:
parse
in class MetadataHandler
- Throws:
javax.xml.parsers.ParserConfigurationException
IOException
org.xml.sax.SAXException
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.