Interface ISnapshotConfiguration
public interface ISnapshotConfiguration
Snapshot configuration.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDescription of metadata entry. -
Method Summary
Modifier and TypeMethodDescriptionGets metadata entry infos.booleanincludeInSnapshot(Path relativePath) Checks if the path should be included in snapshot.
-
Method Details
-
includeInSnapshot
Checks if the path should be included in snapshot.- Parameters:
relativePath- path relative to meta area location- Returns:
trueif the path should be included,falseotherwise
-
getMetadataEntryInfos
List<ISnapshotConfiguration.MetadataEntryInfo> getMetadataEntryInfos()Gets metadata entry infos.- Returns:
- the list of metadata entry infos, never
null.
-