package saker.nest.bundle.storage
Contains bundle storage classes which manage how bundles can be accessed.
BundleStorage | Interface providing access to a bundle storage. |
BundleStorageView | Interface for providing configured access to a backing bundle storage. |
InstallResult in LocalBundleStorageView | Holds information about a bundle installation operation. |
LocalBundleStorageView | BundleStorageView subinterface that represents a bundle storage backed by the local file system. |
ParameterBundleStorageView | BundleStorageView subinterface that provides access to bundles specified by the configuration parameters. |
ServerBundleStorageView | BundleStorageView subinterface that represents a bundle storage that retrieves and loads bundles from a
network server. |
StorageKey | Key identifier interface for identifying a given bundle storage. |
StorageViewKey | An unique key identifier for bundle storage views. |
UploadResult in ServerStorageUtils | Contains information abount a bundle upload operation. |
ServerStorageUtils | Utility class containing functions operating with the server storage. |