public final class RelocatedArtifact
extends org.eclipse.aether.artifact.AbstractArtifact
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
String |
getClassifier() |
String |
getExtension() |
File |
getFile() |
String |
getGroupId() |
String |
getMessage() |
Map<String,String> |
getProperties() |
String |
getProperty(String key,
String defaultValue) |
String |
getVersion() |
org.eclipse.aether.artifact.Artifact |
setFile(File file) |
org.eclipse.aether.artifact.Artifact |
setProperties(Map<String,String> properties) |
org.eclipse.aether.artifact.Artifact |
setVersion(String version) |
public String getGroupId()
public String getArtifactId()
public String getVersion()
public org.eclipse.aether.artifact.Artifact setVersion(String version)
setVersion
in interface org.eclipse.aether.artifact.Artifact
setVersion
in class org.eclipse.aether.artifact.AbstractArtifact
public org.eclipse.aether.artifact.Artifact setFile(File file)
setFile
in interface org.eclipse.aether.artifact.Artifact
setFile
in class org.eclipse.aether.artifact.AbstractArtifact
public org.eclipse.aether.artifact.Artifact setProperties(Map<String,String> properties)
setProperties
in interface org.eclipse.aether.artifact.Artifact
setProperties
in class org.eclipse.aether.artifact.AbstractArtifact
public String getClassifier()
public String getExtension()
public File getFile()
public String getProperty(String key, String defaultValue)
getProperty
in interface org.eclipse.aether.artifact.Artifact
getProperty
in class org.eclipse.aether.artifact.AbstractArtifact
public String getMessage()
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.