Package com.e1c.g5.v8.snapshot.participation
-
Interface Summary Interface Description ISnapshotConfigurator Snapshot configurator is used bysnapshot participants
to configure snapshot creation and restoration.ISnapshotConfigurator.ISnapshotConfiguratorEntry Snapshot configurator entry.ISnapshotParticipant Snapshot participant. -
Class Summary Class Description AbstractSnapshotParticipant Abstract snapshot participant for convenient implementation of custom snapshot participants.StandardSnapshotParticipant Standard snapshot participant assumes that the plugin stores metadata in itsstate location
under the following structure:
$storeName/$projectName/*
To utilizeStandardSnapshotParticipant
the plugin declares its stores in the extension declaration in itsplugin.xml
.