Uses of Interface
org.apache.karaf.util.InterpolationHelper.SubstitutionCallback

Packages that use InterpolationHelper.SubstitutionCallback
org.apache.karaf.util   
 

Uses of InterpolationHelper.SubstitutionCallback in org.apache.karaf.util
 

Methods in org.apache.karaf.util with parameters of type InterpolationHelper.SubstitutionCallback
static void InterpolationHelper.performSubstitution(java.util.Map<java.lang.String,java.lang.String> properties, InterpolationHelper.SubstitutionCallback callback)
          Perform substitution on a property set
static java.lang.String InterpolationHelper.substVars(java.lang.String val, java.lang.String currentKey, java.util.Map<java.lang.String,java.lang.String> cycleMap, java.util.Map<java.lang.String,java.lang.String> configProps, InterpolationHelper.SubstitutionCallback callback)
           This method performs property variable substitution on the specified value.
 



Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.