saker.maven.support Documentation TaskDoc JavaDoc Packages
public class ArtifactDownloadUtils
Utility class with functions to interact with Maven artifact downloading.
Methods
public static TaskFactory<extends ArtifactDownloadTaskOutput>
Creates a new task that downloads the specified artifacts.
public static TaskIdentifier
Creates a task identifier for the artifact downloading task.
Creates a new task that downloads the specified artifacts.
configThe configuration to use during the operation .
coordinatesThe artifact coordinates to download.
The downloading task factory.
NullPointerExceptionIf any of the arguments are null.
Creates a task identifier for the artifact downloading task.

The created task identifier should be used with the result of createDownloadArtifactsTaskFactory(MavenOperationConfiguration, Set<extends ArtifactCoordinates>).

configThe configuration to use during the operation.
coordinatesThe artifact coordinates to download.
The task identifier.
NullPointerExceptionIf any of the arguments are null.