saker.maven.support Documentation TaskDoc JavaDoc Packages
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.

Methods
public ContentDescriptor
Gets the content descriptor of the downloaded artifact.
public ArtifactCoordinates
Gets the coordinates of the downloaded artifact.
public SakerPath
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.
public abstract SakerPath getPath()
Gets the execution path of the downloaded artifact in the build file hierarchy.
The absolute execution path.
public default SakerPath toSakerPath()
Gets the execution path of the downloaded artifact in the build file hierarchy.
The absolute execution path.