psdi.server

Class ConfigFile

  • java.lang.Object
    • java.util.Dictionary
      • java.util.Hashtable
        • java.util.Properties
          • psdi.server.ConfigFile
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map

    Deprecated. 
    use MXProperties

    public class ConfigFile
    extends java.util.Properties
    A configuration table with a fileName for storing and retrieving it. into memory.
    See Also:
    Properties, Service, psdi.server.SrvContext, MXProperties, Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected java.lang.String propFileName
      Deprecated. 
      Name of file to store and retrieve data from
      • Fields inherited from class java.util.Properties

        defaults
    • Constructor Summary

      Constructors 
      Constructor and Description
      ConfigFile()
      Deprecated.  
      ConfigFile(java.lang.String propFileName)
      Deprecated.  
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      protected void load()
      Deprecated. 
      Use MXProperties instead
      • Methods inherited from class java.util.Properties

        getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
      • Methods inherited from class java.util.Hashtable

        clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • propFileName

        protected java.lang.String propFileName
        Deprecated. 
        Name of file to store and retrieve data from
    • Constructor Detail

      • ConfigFile

        public ConfigFile()
        Deprecated. 
      • ConfigFile

        public ConfigFile(java.lang.String propFileName)
        Deprecated.