Class RelocatedArtifact
java.lang.Object
org.eclipse.aether.artifact.AbstractArtifact
org.apache.maven.repository.internal.RelocatedArtifact
- All Implemented Interfaces:
org.eclipse.aether.artifact.Artifact
final class RelocatedArtifact
extends org.eclipse.aether.artifact.AbstractArtifact
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRelocatedArtifact
(org.eclipse.aether.artifact.Artifact artifact, String groupId, String artifactId, String version) -
Method Summary
Methods inherited from class org.eclipse.aether.artifact.AbstractArtifact
copyProperties, equals, getBaseVersion, hashCode, isSnapshot, setFile, setProperties, setVersion, toString
-
Field Details
-
artifact
private final org.eclipse.aether.artifact.Artifact artifact -
groupId
-
artifactId
-
version
-
-
Constructor Details
-
RelocatedArtifact
-
-
Method Details
-
getGroupId
-
getArtifactId
-
getVersion
-
getClassifier
-
getExtension
-
getFile
-
getProperty
- Specified by:
getProperty
in interfaceorg.eclipse.aether.artifact.Artifact
- Overrides:
getProperty
in classorg.eclipse.aether.artifact.AbstractArtifact
-
getProperties
-