org.apache.felix.dm.runtime
Class DescriptorParser

java.lang.Object
  extended by 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.


Constructor Summary
DescriptorParser()
           
 
Method Summary
 void addBuilder(AbstractBuilder sb)
           
 void parse(BufferedReader reader, Bundle b, DependencyManager dm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptorParser

public DescriptorParser()
Method Detail

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.