com.arsdigita.util.config
Class JavaPropertyLoader
java.lang.Object
com.arsdigita.util.JavaPropertyReader
com.arsdigita.util.config.JavaPropertyLoader
- All Implemented Interfaces:
- ParameterLoader, ParameterReader
- Direct Known Subclasses:
- RuntimeConfigLoader
Deprecated. Use JavaPropertyReader
instead
- public class JavaPropertyLoader
- extends JavaPropertyReader
- implements ParameterLoader
versionId
public static final String versionId
- Deprecated.
- See Also:
- Constant Field Values
JavaPropertyLoader
public JavaPropertyLoader(Properties props)
- Deprecated.
- Constructs a parameter loader that uses
props
.
- Parameters:
props
- The Properties
object that stores
property values; it cannot be null
load
public final ParameterValue load(Parameter param)
- Deprecated.
- Specified by:
load
in interface ParameterLoader
toString
public String toString()
- Deprecated.
- Returns a
String
representation of this object.
- Overrides:
toString
in class JavaPropertyReader
- Returns:
- super.toString() + ":" + properties.size()
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC