Interface ConfigurationPersister.SnapshotInfo
- Enclosing interface:
- ConfigurationPersister
public static interface ConfigurationPersister.SnapshotInfo
Contains the info about the configuration snapshots
-
Method Summary
Modifier and TypeMethodDescriptionGets the snapshots directorynames()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
Gets the names of the snapshot files in the snapshots directory- Returns:
- the snapshot names. If there are none, an empty list is returned
-