org.apache.qpid.util
Class Strings.PropertiesResolver

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

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


Constructor Summary
Strings.PropertiesResolver(Properties properties)
           
 
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.PropertiesResolver

public Strings.PropertiesResolver(Properties properties)
Method Detail

resolve

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


Licensed to the Apache Software Foundation