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
-
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
-