org.glassfish.fighterfish.test.util
Class PropertiesUtil

java.lang.Object
  extended by org.glassfish.fighterfish.test.util.PropertiesUtil

public class PropertiesUtil
extends java.lang.Object

Helper class that knows how to do variable substitution recurssively in a properties object. This class is copied from Felix project.

Author:
Felix Developers

Constructor Summary
PropertiesUtil()
           
 
Method Summary
static void substVars(java.util.Properties props)
           
 
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

substVars

public static void substVars(java.util.Properties props)


Copyright © 2013. All Rights Reserved.