Uses of Class
org.apache.qpid.configuration.PropertyException

Packages that use PropertyException
org.apache.qpid.configuration   
 

Uses of PropertyException in org.apache.qpid.configuration
 

Methods in org.apache.qpid.configuration that throw PropertyException
static String PropertyUtils.replaceProperties(String value)
          Given a string that contains substrings of the form ${xxx}, looks up the valuea of 'xxx' as a system properties and substitutes tham back into the original string, to provide a property value expanded string.
 



Licensed to the Apache Software Foundation