package saker.nest.support.api.download
public interface DownloadBundleWorkerTaskOutput
Output of a bundle download worker task.
The interface provides access to the download result path as well as additional bundle information.
Clients shouldn't implement this interface.
public default BundleIdentifier | Gets the bundle identifier of the downloaded bundle. |
public BundleKey | Gets the bundle key of the downloaded bundle. |
public ContentDescriptor | Gets a content descriptor of the contents of the bundle. |
public SakerPath | getPath() Gets the absolute build execution path of the downloaded bundle. |
Gets the bundle identifier of the downloaded bundle.
The bundle identifier.
Gets the bundle key of the downloaded bundle.
The bundle key.
Gets a content descriptor of the contents of the bundle.
The content descriptor doesn't include the dependencies in it.
The content descriptor.