Class ProducedArtifactStub
java.lang.Object
org.apache.maven.api.plugin.testing.stubs.ArtifactStub
org.apache.maven.api.plugin.testing.stubs.ProducedArtifactStub
- All Implemented Interfaces:
org.apache.maven.api.Artifact, org.apache.maven.api.ProducedArtifact
public class ProducedArtifactStub
extends ArtifactStub
implements org.apache.maven.api.ProducedArtifact
A stub implementation of
ProducedArtifact for testing purposes.
Represents artifacts produced during the build process.- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ArtifactStub
equals, getArtifactId, getBaseVersion, getClassifier, getExtension, getGroupId, getVersion, hashCode, isSnapshot, setArtifactId, setBaseVersion, setClassifier, setExtension, setGroupId, setVersion, toCoordinates, toStringMethods inherited from interface org.apache.maven.api.Artifact
getArtifactId, getBaseVersion, getClassifier, getExtension, getGroupId, getVersion, isSnapshot, key, toCoordinates
-
Constructor Details
-
ProducedArtifactStub
public ProducedArtifactStub() -
ProducedArtifactStub
-