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