Class ProducedArtifactStub
java.lang.Object
org.apache.maven.api.plugin.testing.stubs.ArtifactStub
org.apache.maven.api.plugin.testing.stubs.ProducedArtifactStub
- All Implemented Interfaces:
Artifact,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 org.apache.maven.api.plugin.testing.stubs.ArtifactStub
equals, getArtifactId, getBaseVersion, getClassifier, getExtension, getGroupId, getVersion, hashCode, isSnapshot, setArtifactId, setBaseVersion, setClassifier, setExtension, setGroupId, setVersion, toCoordinates, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.maven.api.Artifact
getArtifactId, getBaseVersion, getClassifier, getExtension, getGroupId, getVersion, isSnapshot, key, toCoordinates
-
Constructor Details
-
ProducedArtifactStub
public ProducedArtifactStub() -
ProducedArtifactStub
-