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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final StringDeprecated, for removal: This API element is subject to removal in a future version.protected final StringDeprecated, for removal: This API element is subject to removal in a future version.protected final StringDeprecated, for removal: This API element is subject to removal in a future version.protected final StringDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionArtifactKey(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
Modifier and TypeMethodDescriptionbooleanDeprecated, 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.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.getType()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.toString()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, waitMethods inherited from interface io.quarkus.maven.dependency.ArtifactKey
toGacString
-
Field Details
-
groupId
Deprecated, for removal: This API element is subject to removal in a future version. -
artifactId
Deprecated, for removal: This API element is subject to removal in a future version. -
classifier
Deprecated, for removal: This API element is subject to removal in a future version. -
type
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
ArtifactKey
Deprecated, for removal: This API element is subject to removal in a future version. -
ArtifactKey
Deprecated, for removal: This API element is subject to removal in a future version. -
ArtifactKey
Deprecated, for removal: This API element is subject to removal in a future version. -
ArtifactKey
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
fromString
Deprecated, for removal: This API element is subject to removal in a future version. -
getGroupId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getGroupIdin interfaceArtifactKey
-
getArtifactId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getArtifactIdin interfaceArtifactKey
-
getClassifier
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getClassifierin interfaceArtifactKey
-
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
Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-