Interface ISnapshotConfiguration
public interface ISnapshotConfiguration
Snapshot configuration.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Description of metadata entry. -
Method Summary
Modifier and TypeMethodDescriptionGets metadata entry infos.boolean
includeInSnapshot
(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:
true
if the path should be included,false
otherwise
-
getMetadataEntryInfos
List<ISnapshotConfiguration.MetadataEntryInfo> getMetadataEntryInfos()Gets metadata entry infos.- Returns:
- the list of metadata entry infos, never
null
.
-