saker.nest Documentation TaskDoc JavaDoc Packages
public interface LocalBundleStorageView.InstallResult
Holds information about a bundle installation operation.

This interface is not to be implemented by clients.

Methods
public byte[]
Gets the hash of the bundle contents.
public BundleIdentifier
Gets the identifier of the bundle that was installed.
public abstract byte[] getBundleHash()
Gets the hash of the bundle contents.

The hash is computed the same way as it is by NestRepositoryBundle.getHash().

The byte array of the hash. Modifications made to the array may or may not propagate.
Gets the identifier of the bundle that was installed.
The bundle identifier.