Package org.apache.felix.scr.impl.inject
Class BindParameters
- java.lang.Object
-
- org.apache.felix.scr.impl.inject.BindParameters
-
public class BindParameters extends Object
-
-
Constructor Summary
Constructors Constructor Description BindParameters(ComponentContextImpl<?> componentContext, RefPair<?,?> refPair)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentContextImpl<?>
getComponentContext()
RefPair<?,?>
getRefPair()
-
-
-
Constructor Detail
-
BindParameters
public BindParameters(ComponentContextImpl<?> componentContext, RefPair<?,?> refPair)
-
-
Method Detail
-
getComponentContext
public ComponentContextImpl<?> getComponentContext()
-
getRefPair
public RefPair<?,?> getRefPair()
-
-