org.apache.felix.dm.runtime
Class DependencyBuilder

java.lang.Object
  extended by org.apache.felix.dm.runtime.DependencyBuilder

public class DependencyBuilder
extends Object

Class used to build a concrete dependency from meta data.


Nested Class Summary
static class DependencyBuilder.DependencyType
           
 
Constructor Summary
DependencyBuilder(MetaData dependencyMetaData)
           
 
Method Summary
 Dependency build(Bundle b, DependencyManager dm)
           
 Dependency build(Bundle b, DependencyManager dm, boolean instanceBound)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyBuilder

public DependencyBuilder(MetaData dependencyMetaData)
Method Detail

build

public Dependency build(Bundle b,
                        DependencyManager dm)
                 throws Exception
Throws:
Exception

build

public Dependency build(Bundle b,
                        DependencyManager dm,
                        boolean instanceBound)
                 throws Exception
Throws:
Exception


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