org.apache.qpid.util
Class Strings.MapResolver

java.lang.Object
  extended by org.apache.qpid.util.Strings.MapResolver
All Implemented Interfaces:
Strings.Resolver
Enclosing class:
Strings

public static class Strings.MapResolver
extends Object
implements Strings.Resolver


Constructor Summary
Strings.MapResolver(Map<String,String> map)
           
 
Method Summary
 String resolve(String variable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Strings.MapResolver

public Strings.MapResolver(Map<String,String> map)
Method Detail

resolve

public String resolve(String variable)
Specified by:
resolve in interface Strings.Resolver


Licensed to the Apache Software Foundation