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