package saker.maven.support.api.localize
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.
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.
Gets the absolute local file system path of the localized artifact.
The path.