Class ArtifactClassRealmConstituent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.aether.artifact.Artifact artifact  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getArtifactId()
      Gets the artifact id of the constituent's artifact.
      java.lang.String getClassifier()
      Gets the classifier of the constituent's artifact.
      java.io.File getFile()
      Gets the file of the constituent's artifact.
      java.lang.String getGroupId()
      Gets the group id of the constituent's artifact.
      java.lang.String getType()
      Gets the type of the constituent's artifact.
      java.lang.String getVersion()
      Gets the version of the constituent's artifact.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • artifact

        private final org.eclipse.aether.artifact.Artifact artifact
    • Constructor Detail

      • ArtifactClassRealmConstituent

        ArtifactClassRealmConstituent​(org.eclipse.aether.artifact.Artifact artifact)
    • Method Detail

      • getClassifier

        public java.lang.String getClassifier()
        Description copied from interface: ClassRealmConstituent
        Gets the classifier of the constituent's artifact.
        Specified by:
        getClassifier in interface ClassRealmConstituent
        Returns:
        The classifier or an empty string, never null.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object