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

Method Summary
static String prefixName(String prefix, String name)
          Prefixes the specifed name with an optional prefix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 use
name - the name to be prefixed
Returns:
a prefixed name