Class FileMementoService

    • Field Detail

      • CONFIG_FILE_MEMENTO_PATH

        public static final String CONFIG_FILE_MEMENTO_PATH
        The configuration key controlling the base filesystem path for memento storage.
        See Also:
        Constant Field Values
      • CONFIG_FILE_MEMENTO

        public static final String CONFIG_FILE_MEMENTO
        The configuration key controlling whether Memento versioning is enabled.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FileMementoService

        public FileMementoService()
        Create a file-based memento service.
      • FileMementoService

        public FileMementoService​(String path,
                                  boolean enabled)
        Create a file-based memento service.
        Parameters:
        path - the file path
        enabled - whether memento handling is enabled