package saker.maven.support.api.install
public interface ArtifactInstallWorkerTaskOutput
Output of an artifact installation worker task.
The interface provides access to the resulting local path of the artifact as well as the coordinates of it.
Clients shouldn't implement this interface.
public SakerPath | Gets the local path to the installed artifact. |
public ArtifactCoordinates | Gets the coordinates of the installed artifact. |
Gets the local path to the installed artifact.
The absolute local file system path.
Gets the coordinates of the installed artifact.
The coordinates.