saker.nest Documentation TaskDoc JavaDoc Packages
public interface BundleStorage
Interface providing access to a bundle storage.

The BundleStorage interface generally manages the structure and synchronization of a bundle storage location.

Currently this interface serves no purpose for client usage, however, it may be extended in the future to provide access to various bundle storage facilities.

This interface is not to be implemented by clients.

Methods
public StorageKey
Gets the storage key for this bundle storage.
public abstract StorageKey getStorageKey()
Gets the storage key for this bundle storage.
The storage key.