Package com.enonic.xp.config
Class ConfigInterpolator
- java.lang.Object
-
- com.enonic.xp.config.ConfigInterpolator
-
public final class ConfigInterpolator extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigInterpolator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigInterpolatorbundleContext(org.osgi.framework.BundleContext bundleContext)ConfigInterpolatorenvironment(Map<String,String> map)Configurationinterpolate(Configuration source)ConfigInterpolatorsystemProperties(Properties properties)
-
-
-
Method Detail
-
environment
public ConfigInterpolator environment(Map<String,String> map)
-
systemProperties
public ConfigInterpolator systemProperties(Properties properties)
-
bundleContext
public ConfigInterpolator bundleContext(org.osgi.framework.BundleContext bundleContext)
-
interpolate
public Configuration interpolate(Configuration source)
-
-