Package io.quarkus.maven
Class ArtifactKey
- java.lang.Object
-
- io.quarkus.maven.ArtifactKey
-
- All Implemented Interfaces:
ArtifactKey,Serializable
@Deprecated(forRemoval=true) public class ArtifactKey extends Object implements ArtifactKey, Serializable
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringartifactIdDeprecated, for removal: This API element is subject to removal in a future version.protected StringclassifierDeprecated, for removal: This API element is subject to removal in a future version.protected StringgroupIdDeprecated, for removal: This API element is subject to removal in a future version.protected StringtypeDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description ArtifactKey(String[] parts)Deprecated, for removal: This API element is subject to removal in a future version.ArtifactKey(String groupId, String artifactId)Deprecated, for removal: This API element is subject to removal in a future version.ArtifactKey(String groupId, String artifactId, String classifier)Deprecated, for removal: This API element is subject to removal in a future version.ArtifactKey(String groupId, String artifactId, String classifier, String type)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Deprecated, for removal: This API element is subject to removal in a future version.static ArtifactKeyfromString(String str)Deprecated, for removal: This API element is subject to removal in a future version.StringgetArtifactId()Deprecated, for removal: This API element is subject to removal in a future version.StringgetClassifier()Deprecated, for removal: This API element is subject to removal in a future version.StringgetGroupId()Deprecated, for removal: This API element is subject to removal in a future version.StringgetType()Deprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.StringtoString()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
-
Methods inherited from interface io.quarkus.maven.dependency.ArtifactKey
toGacString
-
-
-
-
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.
-
-
Constructor Detail
-
ArtifactKey
public ArtifactKey(String[] parts)
Deprecated, for removal: This API element is subject to removal in a future version.
-
ArtifactKey
public ArtifactKey(String groupId, String artifactId)
Deprecated, for removal: This API element is subject to removal in a future version.
-
ArtifactKey
public ArtifactKey(String groupId, String artifactId, String classifier)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
fromString
public static ArtifactKey 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:
getGroupIdin interfaceArtifactKey
-
getArtifactId
public String getArtifactId()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getArtifactIdin interfaceArtifactKey
-
getClassifier
public String getClassifier()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getClassifierin interfaceArtifactKey
-
getType
public String getType()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTypein interfaceArtifactKey
-
hashCode
public int hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
equals
public boolean equals(Object obj)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-