Class InterpolationHelper.BundleContextSubstitutionCallback
- java.lang.Object
-
- org.apache.felix.utils.properties.InterpolationHelper.BundleContextSubstitutionCallback
-
- All Implemented Interfaces:
InterpolationHelper.SubstitutionCallback
- Enclosing class:
- InterpolationHelper
public static class InterpolationHelper.BundleContextSubstitutionCallback extends java.lang.Object implements InterpolationHelper.SubstitutionCallback
-
-
Field Summary
Fields Modifier and Type Field Description private org.osgi.framework.BundleContext
context
-
Constructor Summary
Constructors Constructor Description BundleContextSubstitutionCallback(org.osgi.framework.BundleContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getValue(java.lang.String key)
-
-
-
Method Detail
-
getValue
public java.lang.String getValue(java.lang.String key)
- Specified by:
getValue
in interfaceInterpolationHelper.SubstitutionCallback
-
-