nest.repository.support Documentation TaskDoc JavaDoc Packages
public interface LocalInstallWorkerTaskOutput
Interface representing the results of a single bundle installation.

Clients shouldn't implement this interface.

Methods
public String
Gets the hash of the bundle contents that was installed.
public BundleIdentifier
Gets the identifier of the installed bundle.
public abstract String getBundleHash()
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.