org.apache.felix.dm.runtime
Class DescriptorParser
java.lang.Object
org.apache.felix.dm.runtime.DescriptorParser
public class DescriptorParser
- extends Object
This class parses files generated in OSGI-INF/*.dm by the DependencyManager bnd plugin.
Each descriptor contains a JSON definition of a Service, along with its corresponding
dependencies.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescriptorParser
public DescriptorParser()
addBuilder
public void addBuilder(AbstractBuilder sb)
parse
public void parse(BufferedReader reader,
Bundle b,
DependencyManager dm)
throws Exception
- Throws:
Exception
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.