Class AppArtifactKey

java.lang.Object
io.quarkus.bootstrap.model.AppArtifactKey
All Implemented Interfaces:
ArtifactKey, Serializable

@Deprecated(forRemoval=true, since="3.11.0") public class AppArtifactKey extends Object implements ArtifactKey, Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
in favor of ArtifactKey
GroupId, artifactId and classifier
Author:
Alexey Loubyansky
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    AppArtifactKey(String groupId, String artifactId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    AppArtifactKey(String groupId, String artifactId, String classifier)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    AppArtifactKey(String groupId, String artifactId, String classifier, String type)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • 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.
  • Constructor Details

    • AppArtifactKey

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

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

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

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

    • fromString

      public static AppArtifactKey fromString(String str)
      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 ArtifactKey
    • getArtifactId

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

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

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

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

      public boolean equals(Object obj)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals 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
    • toGacString

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