Class PropertyConfiguration

java.lang.Object
com.swabunga.spell.engine.Configuration
com.swabunga.spell.engine.PropertyConfiguration

public class PropertyConfiguration extends Configuration
Implementation class to read the properties controlling the spell engine. The properties are read form the configuration.properties file.
Author:
aim4min
  • Field Details

    • prop

      public Properties prop
      The persistent set of properties supported by the spell engine
    • filename

      public URL filename
      The name of the file containing spell engine properties
  • Constructor Details

    • PropertyConfiguration

      public PropertyConfiguration()
      Constructs and loads spell engine properties configuration.
  • Method Details