public interface LocalInstallWorkerTaskOutput
Interface representing the results of a single bundle installation.
Clients shouldn't implement this interface.
public String | Gets the hash of the bundle contents that was installed. |
public BundleIdentifier | Gets the identifier of the installed bundle. |
Gets the hash of the bundle contents that was installed.
The hash code is computed using the same algorithm as NestRepositoryBundle.getHash().
The bundle hash in a hexa encoded format.
Gets the identifier of the installed bundle.
The identifier.