Class ArtifactCoords

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected String artifactId
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      protected String classifier
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      protected String groupId
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      protected ArtifactKey key
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      protected String type
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      protected String version
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        ArtifactCoords​(ArtifactKey key, String version)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      protected ArtifactCoords​(String[] parts)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
        ArtifactCoords​(String groupId, String artifactId, String version)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
        ArtifactCoords​(String groupId, String artifactId, String type, String version)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
        ArtifactCoords​(String groupId, String artifactId, String classifier, String type, String version)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Field Detail

      • groupId

        protected final String groupId
        Deprecated, for removal: This API element is subject to removal in a future version.
      • artifactId

        protected final String artifactId
        Deprecated, for removal: This API element is subject to removal in a future version.
      • classifier

        protected final String classifier
        Deprecated, for removal: This API element is subject to removal in a future version.
      • type

        protected final String type
        Deprecated, for removal: This API element is subject to removal in a future version.
      • version

        protected final String version
        Deprecated, for removal: This API element is subject to removal in a future version.
      • key

        protected transient ArtifactKey key
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Constructor Detail

      • ArtifactCoords

        protected ArtifactCoords​(String[] parts)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • ArtifactCoords

        public ArtifactCoords​(ArtifactKey key,
                              String version)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • ArtifactCoords

        public ArtifactCoords​(String groupId,
                              String artifactId,
                              String version)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • ArtifactCoords

        public ArtifactCoords​(String groupId,
                              String artifactId,
                              String type,
                              String version)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • ArtifactCoords

        public ArtifactCoords​(String groupId,
                              String artifactId,
                              String classifier,
                              String type,
                              String version)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • fromString

        public static ArtifactCoords fromString​(String str)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • pom

        public static ArtifactCoords pom​(String groupId,
                                         String artifactId,
                                         String version)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • split

        protected static String[] split​(String str,
                                        String[] parts)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getGroupId

        public String getGroupId()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getGroupId in interface ArtifactCoords
      • getArtifactId

        public String getArtifactId()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getArtifactId in interface ArtifactCoords
      • getClassifier

        public String getClassifier()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getClassifier in interface ArtifactCoords
      • getType

        public String getType()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getType in interface ArtifactCoords
      • getVersion

        public String getVersion()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getVersion in interface ArtifactCoords
      • getKey

        public ArtifactKey getKey()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getKey in interface ArtifactCoords
      • equals

        public boolean equals​(Object o)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        toString in class Object
      • append

        protected StringBuilder append​(StringBuilder buf)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • toCompactCoords

        public String toCompactCoords()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        toCompactCoords in interface ArtifactCoords