saker.maven.support Documentation TaskDoc JavaDoc Packages
public interface ArtifactLocalizationWorkerTaskOutput
Represents the result of a single Maven artifact localization task.

The interface provides access to various information about the localized artifact.

Clients shouldn't implement this interface.

Methods
public ContentDescriptor
Gets the content descriptor of the localized artifact.
public ArtifactCoordinates
Gets the coordinates of the localized artifact.
public SakerPath
Gets the absolute local file system path of the localized artifact.
Gets the content descriptor of the localized artifact.
The content descriptor.
Gets the coordinates of the localized artifact.
The artifact coordinates.
public abstract SakerPath getLocalPath()
Gets the absolute local file system path of the localized artifact.
The path.