org.openorb.util.launcher
Class PropertyManager
java.lang.Object
|
+--org.openorb.util.launcher.PropertyManager
- public final class PropertyManager
- extends Object
Class for managing properties.
- Version:
- $Revision: 1.2 $ $Date: 2004/02/10 21:28:45 $
- Author:
- Richard G Clark
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAVA_PROTOCOL_HANDLER_PKGS
public static final PropertyManager JAVA_PROTOCOL_HANDLER_PKGS
getPropertyManager
public static PropertyManager getPropertyManager(Properties properties,
String name,
String separator)
getPropertyManager
public static PropertyManager getPropertyManager(Properties properties,
String name)
getPropertyManager
public static PropertyManager getPropertyManager(String name,
String separator)
getPropertyManager
public static PropertyManager getPropertyManager(String name)
getSeparator
public String getSeparator()
getName
public String getName()
getValue
public String getValue()
setValue
public Object setValue(String value)
setValue
public Object setValue(String prefix,
String postfix)
prefixValue
public void prefixValue(String value)
postfixValue
public void postfixValue(String value)