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(Map<String,String> properties, InterpolationHelper.SubstitutionCallback callback)
          Perform substitution on a property set
static String InterpolationHelper.substVars(String val, String currentKey, Map<String,String> cycleMap, Map<String,String> configProps, InterpolationHelper.SubstitutionCallback callback)
           This method performs property variable substitution on the specified value.
 



Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.