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

Field Summary
static PropertyManager JAVA_PROTOCOL_HANDLER_PKGS
           
 
Method Summary
 String getName()
           
static PropertyManager getPropertyManager(Properties properties, String name)
           
static PropertyManager getPropertyManager(Properties properties, String name, String separator)
           
static PropertyManager getPropertyManager(String name)
           
static PropertyManager getPropertyManager(String name, String separator)
           
 String getSeparator()
           
 String getValue()
           
 void postfixValue(String value)
           
 void prefixValue(String value)
           
 Object setValue(String value)
           
 Object setValue(String prefix, String postfix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVA_PROTOCOL_HANDLER_PKGS

public static final PropertyManager JAVA_PROTOCOL_HANDLER_PKGS
Method Detail

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)