org.apache.felix.dm.runtime
Class BundleAdapterServiceBuilder
java.lang.Object
org.apache.felix.dm.runtime.AbstractBuilder
org.apache.felix.dm.runtime.BundleAdapterServiceBuilder
public class BundleAdapterServiceBuilder
- extends AbstractBuilder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BundleAdapterServiceBuilder
public BundleAdapterServiceBuilder()
getType
public String getType()
- Description copied from class:
AbstractBuilder
- Returns the service component type.
build
public void build(MetaData srvMeta,
depsMeta,
Bundle b,
DependencyManager dm)
throws Exception
- Description copied from class:
AbstractBuilder
- Builds the service component.
- Parameters:
srvMeta
- the service component metadata parsed from the descriptor file.depsMeta
- the service component dependencies metadata parsed from the descriptor file.
- Throws:
Exception
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.