Class RelocatedArtifact

  • All Implemented Interfaces:
    org.eclipse.aether.artifact.Artifact

    public final class RelocatedArtifact
    extends org.eclipse.aether.artifact.AbstractArtifact
    Author:
    Benjamin Bentmann
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getArtifactId()  
      java.lang.String getClassifier()  
      java.lang.String getExtension()  
      java.io.File getFile()  
      java.lang.String getGroupId()  
      java.lang.String getMessage()  
      java.util.Map<java.lang.String,​java.lang.String> getProperties()  
      java.lang.String getProperty​(java.lang.String key, java.lang.String defaultValue)  
      java.lang.String getVersion()  
      org.eclipse.aether.artifact.Artifact setFile​(java.io.File file)  
      org.eclipse.aether.artifact.Artifact setProperties​(java.util.Map<java.lang.String,​java.lang.String> properties)  
      org.eclipse.aether.artifact.Artifact setVersion​(java.lang.String version)  
      • Methods inherited from class org.eclipse.aether.artifact.AbstractArtifact

        copyProperties, equals, getBaseVersion, hashCode, isSnapshot, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getGroupId

        public java.lang.String getGroupId()
      • getArtifactId

        public java.lang.String getArtifactId()
      • getVersion

        public java.lang.String getVersion()
      • setVersion

        public org.eclipse.aether.artifact.Artifact setVersion​(java.lang.String version)
        Specified by:
        setVersion in interface org.eclipse.aether.artifact.Artifact
        Overrides:
        setVersion in class org.eclipse.aether.artifact.AbstractArtifact
      • setFile

        public org.eclipse.aether.artifact.Artifact setFile​(java.io.File file)
        Specified by:
        setFile in interface org.eclipse.aether.artifact.Artifact
        Overrides:
        setFile in class org.eclipse.aether.artifact.AbstractArtifact
      • setProperties

        public org.eclipse.aether.artifact.Artifact setProperties​(java.util.Map<java.lang.String,​java.lang.String> properties)
        Specified by:
        setProperties in interface org.eclipse.aether.artifact.Artifact
        Overrides:
        setProperties in class org.eclipse.aether.artifact.AbstractArtifact
      • getClassifier

        public java.lang.String getClassifier()
      • getExtension

        public java.lang.String getExtension()
      • getFile

        public java.io.File getFile()
      • getProperty

        public java.lang.String getProperty​(java.lang.String key,
                                            java.lang.String defaultValue)
        Specified by:
        getProperty in interface org.eclipse.aether.artifact.Artifact
        Overrides:
        getProperty in class org.eclipse.aether.artifact.AbstractArtifact
      • getProperties

        public java.util.Map<java.lang.String,​java.lang.String> getProperties()
      • getMessage

        public java.lang.String getMessage()