Class DefaultArtifact
java.lang.Object
org.apache.maven.impl.DefaultArtifact
- All Implemented Interfaces:
- Artifact
- Direct Known Subclasses:
- DefaultDownloadedArtifact,- DefaultProducedArtifact
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final org.eclipse.aether.artifact.Artifactprotected final Stringprotected final InternalSession
- 
Constructor SummaryConstructorsConstructorDescriptionDefaultArtifact(InternalSession session, org.eclipse.aether.artifact.Artifact artifact) 
- 
Method Summary
- 
Field Details- 
session
- 
artifact
- 
key
 
- 
- 
Constructor Details- 
DefaultArtifactpublic DefaultArtifact(@Nonnull InternalSession session, @Nonnull org.eclipse.aether.artifact.Artifact artifact) 
 
- 
- 
Method Details- 
getArtifactpublic org.eclipse.aether.artifact.Artifact getArtifact()
- 
key
- 
getGroupId- Specified by:
- getGroupIdin interface- Artifact
 
- 
getArtifactId- Specified by:
- getArtifactIdin interface- Artifact
 
- 
getVersion- Specified by:
- getVersionin interface- Artifact
 
- 
getBaseVersion- Specified by:
- getBaseVersionin interface- Artifact
 
- 
getExtension- Specified by:
- getExtensionin interface- Artifact
 
- 
getClassifier- Specified by:
- getClassifierin interface- Artifact
 
- 
isSnapshotpublic boolean isSnapshot()- Specified by:
- isSnapshotin interface- Artifact
 
- 
toCoordinates- Specified by:
- toCoordinatesin interface- Artifact
 
- 
equals
- 
hashCode
- 
toString
 
-