Uses of Interface
com.e1c.g5.v8.dt.snapshot.integration.git.ISnapshotLocationProvider
-
Packages that use ISnapshotLocationProvider Package Description com.e1c.g5.v8.dt.snapshot.integration.git -
-
Uses of ISnapshotLocationProvider in com.e1c.g5.v8.dt.snapshot.integration.git
Methods in com.e1c.g5.v8.dt.snapshot.integration.git with parameters of type ISnapshotLocationProvider Modifier and Type Method Description boolean
IGitIntegrationStrategy. wantCreateSnapshot(IGitBoundProjectStateDelta delta, ISnapshotLocationProvider locationProvider)
Tests whether it is desired to create a snapshot on the given Git-associated project state transition.boolean
IGitIntegrationStrategy. wantRestoreSnapshot(IGitBoundProjectStateDelta delta, ISnapshotLocationProvider locationProvider)
Tests whether it is desired to restore a snapshot on the given Git-associated project state transition.
-