Interface ConfigurationPersister.SnapshotInfo

Enclosing interface:
ConfigurationPersister

public static interface ConfigurationPersister.SnapshotInfo
Contains the info about the configuration snapshots
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the snapshots directory
    Gets the names of the snapshot files in the snapshots directory
  • Method Details

    • getSnapshotDirectory

      String getSnapshotDirectory()
      Gets the snapshots directory
      Returns:
      the snapshots directory
    • names

      List<String> names()
      Gets the names of the snapshot files in the snapshots directory
      Returns:
      the snapshot names. If there are none, an empty list is returned