org.apache.solr.util
Class PropertiesUtil

java.lang.Object
  extended by org.apache.solr.util.PropertiesUtil

public class PropertiesUtil
extends Object

Breaking out some utility methods into a separate class as part of SOLR-4196. These utils have nothing to do with the DOM (they came from DomUtils) and it's really confusing to see them in something labeled DOM


Constructor Summary
PropertiesUtil()
           
 
Method Summary
static String substituteProperty(String value, Properties coreProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesUtil

public PropertiesUtil()
Method Detail

substituteProperty

public static String substituteProperty(String value,
                                        Properties coreProperties)


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.