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
-
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, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.maven.api.Artifact
getArtifactId, getBaseVersion, getClassifier, getExtension, getGroupId, getVersion, isSnapshot, key, toCoordinates
-
Constructor Details
-
ProducedArtifactStub
public ProducedArtifactStub() -
ProducedArtifactStub
-