Package org.pipecraft.infra.storage
-
Interface Summary Interface Description Storage<S extends Bucket<T>,T> A parent interface for all remote/local storage implementations -
Class Summary Class Description Bucket<T> A base class for a storage bucket implementations.PathUtils A set of utility methods for working with storage pathsStoragePath A data class pointing to a specific protocol (e.g. -
Exception Summary Exception Description IllegalJsonException A storage exception meaning that a remote json file has illegal structure and can't be deserialized properly.