Interface DatastoreSnapshotRestore

  • All Known Implementing Classes:
    DefaultDatastoreSnapshotRestore

    @Beta
    public interface DatastoreSnapshotRestore
    This class looks for a previously saved data store backup file in a directory and, if found, de-serializes the DatastoreSnapshot instances. This class has a static singleton that is created on bundle activation.
    Author:
    Thomas Pantelis