com.arsdigita.util.config
Class JavaPropertyLoader

java.lang.Object
  extended bycom.arsdigita.util.JavaPropertyReader
      extended bycom.arsdigita.util.config.JavaPropertyLoader
All Implemented Interfaces:
ParameterLoader, ParameterReader
Direct Known Subclasses:
RuntimeConfigLoader

Deprecated. Use JavaPropertyReader instead

public class JavaPropertyLoader
extends JavaPropertyReader
implements ParameterLoader


Field Summary
static String versionId
          Deprecated.  
 
Constructor Summary
JavaPropertyLoader(Properties props)
          Deprecated. Constructs a parameter loader that uses props.
 
Method Summary
 ParameterValue load(Parameter param)
          Deprecated.  
 String toString()
          Deprecated. Returns a String representation of this object.
 
Methods inherited from class com.arsdigita.util.JavaPropertyReader
load, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.arsdigita.util.parameter.ParameterReader
read
 

Field Detail

versionId

public static final String versionId
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

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
Method Detail

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