org.openorb.util
Class ConfigUtils
java.lang.Object
|
+--org.openorb.util.ConfigUtils
- public final class ConfigUtils
- extends Object
A set of utilities for configuration.
- Version:
- $Revision: 1.1 $ $Date: 2004/05/13 02:39:51 $
- Author:
- Richard G Clark
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
prefixName
public static String prefixName(String prefix,
String name)
- Prefixes the specifed name with an optional prefix. If a prefix is
specified then a "." is added between the prefix and the name.
- Parameters:
prefix - the optional prefix to usename - the name to be prefixed- Returns:
- a prefixed name