Class RelocatedArtifact
java.lang.Object
org.eclipse.aether.artifact.AbstractArtifact
org.apache.maven.repository.internal.RelocatedArtifact
- All Implemented Interfaces:
- org.eclipse.aether.artifact.Artifact
public final class RelocatedArtifact
extends org.eclipse.aether.artifact.AbstractArtifact
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetFile()getProperty(String key, String defaultValue) org.eclipse.aether.artifact.Artifactorg.eclipse.aether.artifact.ArtifactsetProperties(Map<String, String> properties) org.eclipse.aether.artifact.ArtifactsetVersion(String version) Methods inherited from class org.eclipse.aether.artifact.AbstractArtifactcopyProperties, equals, getBaseVersion, hashCode, isSnapshot, toString
- 
Constructor Details- 
RelocatedArtifact
 
- 
- 
Method Details- 
getGroupId
- 
getArtifactId
- 
getClassifier
- 
getExtension
- 
getVersion
- 
setVersion- Specified by:
- setVersionin interface- org.eclipse.aether.artifact.Artifact
- Overrides:
- setVersionin class- org.eclipse.aether.artifact.AbstractArtifact
 
- 
setFile- Specified by:
- setFilein interface- org.eclipse.aether.artifact.Artifact
- Overrides:
- setFilein class- org.eclipse.aether.artifact.AbstractArtifact
 
- 
setProperties- Specified by:
- setPropertiesin interface- org.eclipse.aether.artifact.Artifact
- Overrides:
- setPropertiesin class- org.eclipse.aether.artifact.AbstractArtifact
 
- 
getFile
- 
getProperty- Specified by:
- getPropertyin interface- org.eclipse.aether.artifact.Artifact
- Overrides:
- getPropertyin class- org.eclipse.aether.artifact.AbstractArtifact
 
- 
getProperties
- 
getMessage
 
-