package saker.maven.support.api.download
public interface ArtifactDownloadWorkerTaskOutput
Represents the result of a single Maven artifact download task.
The interface provides access to various information about the downloaded artifact.
Clients shouldn't implement this interface.
public ContentDescriptor | Gets the content descriptor of the downloaded artifact. |
public ArtifactCoordinates | Gets the coordinates of the downloaded artifact. |
public SakerPath | getPath() Gets the execution path of the downloaded artifact in the build file hierarchy. |
public default SakerPath | Gets the execution path of the downloaded artifact in the build file hierarchy. |
Gets the content descriptor of the downloaded artifact.
The content descriptor.
Gets the coordinates of the downloaded artifact.
The artifact coordinates.
Gets the execution path of the downloaded artifact in the build file hierarchy.
The absolute execution path.
Gets the execution path of the downloaded artifact in the build file hierarchy.
The absolute execution path.