org.apache.felix.ipojo.manipulator.metadata.annotation.registry
Class BindingRegistry
java.lang.Object
org.apache.felix.ipojo.manipulator.metadata.annotation.registry.BindingRegistry
public class BindingRegistry
- extends java.lang.Object
Stores all the Binding
s coming from the Module
.
- Author:
- Felix Project Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingRegistry
public BindingRegistry(Reporter reporter)
addBindings
public void addBindings(java.lang.Iterable<Binding> bindings)
- Stores the given Bindings
selection
public Selection selection(ComponentWorkbench workbench)
- Initiate a
Selection
for the given workbench.
getBindings
public java.util.List<Binding> getBindings(java.lang.String descriptor)
getDefaultBindings
public java.util.List<Binding> getDefaultBindings()
Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.