com.sun.appserv.management.util.misc
Class PropertiesStringSource
java.lang.Object
com.sun.appserv.management.util.misc.StringSourceBase
com.sun.appserv.management.util.misc.PropertiesStringSource
- All Implemented Interfaces:
- StringSource
public class PropertiesStringSource
- extends StringSourceBase
- implements StringSource
An abstraction for getting a String, given an id string.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRINGS_NAME
public static final String STRINGS_NAME
- See Also:
- Constant Field Values
PropertiesStringSource
public PropertiesStringSource(Properties props,
StringSource delegate)
PropertiesStringSource
public PropertiesStringSource(File propsFile,
StringSource delegate)
throws IOException
- Throws:
IOException
getString
public String getString(String id,
String defaultValue)
- Description copied from interface:
StringSource
- Get the String referred to by 'id'.
- Specified by:
getString
in interface StringSource
- Overrides:
getString
in class StringSourceBase
- Parameters:
id
- the id (key) for the StringdefaultValue
- the default value to be returned if string was not found
- Returns:
- the String, or defaultValue if not found
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.