package saker.nest.bundle.storage
Holds information about a bundle installation operation.
This interface is not to be implemented by clients.
public byte[] | Gets the hash of the bundle contents. |
public BundleIdentifier | Gets the identifier of the bundle that was installed. |
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.