- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>
public class EnvironmentProperties
extends java.util.Properties
Extends Properties to allow the value of a system property (if set) to
override that which has been loaded/set. This allows the user to override
from the command line any property that is loaded into a property file via
weka.core.Utils.readProperties().
- Version:
- $Revision: 12232 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
- See Also:
- Serialized Form