Uses of Class
com.e1c.g5.v8.snapshot.participation.AbstractSnapshotParticipant
-
Packages that use AbstractSnapshotParticipant Package Description com.e1c.g5.v8.snapshot.participation -
-
Uses of AbstractSnapshotParticipant in com.e1c.g5.v8.snapshot.participation
Subclasses of AbstractSnapshotParticipant in com.e1c.g5.v8.snapshot.participation Modifier and Type Class Description class
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
.
-