Class FileConfigStorage

java.lang.Object
com.netscape.cmscore.base.ConfigStorage
com.netscape.cmscore.base.FileConfigStorage

public class FileConfigStorage extends ConfigStorage
FileConfigStorage: Extends ConfigStore with methods to load/save from/to file for persistent storage. This is a configuration store agent who reads data from a file.

Version:
$Revision$, $Date$
See Also:
  • Field Details

    • logger

      public static final org.slf4j.Logger logger
  • Constructor Details

    • FileConfigStorage

      public FileConfigStorage(String fileName) throws Exception
      Constructs a file configuration store.

      Parameters:
      fileName - file name
      Throws:
      EBaseException - failed to create file configuration
      Exception
  • Method Details