Package com.exedio.cope.vault
-
Interface Summary Interface Description VaultPutInfo Supplies additional information to put methods such asVaultService.put(String, byte[], VaultPutInfo)
.VaultService Implementations of VaultService must conform to the requirements set byProperties.valueService
. -
Class Summary Class Description VaultFileService VaultProperties VaultReferenceService VaultServiceParameters -
Exception Summary Exception Description VaultNotFoundException Signals, that an attempt to fetch data by its hash from aVaultService
failed because for this hash nothing wasput
to the service before.