Package weka.core

Class EnvironmentProperties

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class EnvironmentProperties extends 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:
  • Constructor Details

    • EnvironmentProperties

      public EnvironmentProperties()
    • EnvironmentProperties

      public EnvironmentProperties(Properties props)
  • Method Details