Package bm.machine

Interface StateStore

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
FilesStateStore, PropertiesStateStore

public interface StateStore extends AutoCloseable
The API Machine needs to keep target state hashes in persistent storage between invocations,
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    byte[]
    readHash(String targetName)
    Gets a hash value for the given name.
    void
    saveHash(String targetName, byte[] hash)