org.apache.felix.bundlerepository.metadataparser
Class KXml2MetadataHandler
java.lang.Object
org.apache.felix.bundlerepository.metadataparser.MetadataHandler
org.apache.felix.bundlerepository.metadataparser.KXml2MetadataHandler
public class KXml2MetadataHandler
- extends MetadataHandler
handles the metadata in XML format
(use kXML (http://kxml.enhydra.org/) a open-source very light weight XML parser
Method Summary |
void |
parse(InputStream is)
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 |
KXml2MetadataHandler
public KXml2MetadataHandler(Logger logger)
parse
public void parse(InputStream is)
throws Exception
- Called to parse the InputStream and set bundle list and package hash map
- Specified by:
parse
in class MetadataHandler
- Throws:
Exception
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.