nest.repository.support Documentation TaskDoc JavaDoc Packages
public final class BundleDownloadUtils
Utility class for working with bundle download functionality.
Methods
public static TaskFactory<extends DownloadBundleWorkerTaskOutput>
Creates a build task that downloads the specified bundle.
public static TaskIdentifier
Creates a task identifier that can be used to start a bundle download task.
Creates a build task that downloads the specified bundle.
bundlekeyThe bundle key of the bundle that is being downloaded.
The bundle downloading task.
NullPointerExceptionIf the argument is null.
Creates a task identifier that can be used to start a bundle download task.

The task identifer should be used with the createBundleDownloadWorkerTask(BundleKey) task.

bundlekeyThe bundle key of the bundle that is being downloaded.
The task identifier.
NullPointerExceptionIf the argument is null.