org.apache.tomcat.util.test
Class Properties

java.lang.Object
  extended byorg.apache.tomcat.util.test.Properties

public class Properties
extends java.lang.Object

Part of GTest


Constructor Summary
Properties()
           
 
Method Summary
static java.lang.String replaceProperties(java.lang.String value, java.util.Hashtable keys)
          Replace ${NAME} with the property value Reproduced from ant, without dependencies on Project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Properties

public Properties()
Method Detail

replaceProperties

public static java.lang.String replaceProperties(java.lang.String value,
                                                 java.util.Hashtable keys)
Replace ${NAME} with the property value Reproduced from ant, without dependencies on Project. Should be part of a top-level tool set.



Copyright © 2001 Apache Software Foundation. All Rights Reserved.