Package io.quarkus.bootstrap.model
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.
GroupId, artifactId and classifier
- Author:
- Alexey Loubyansky
- 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
ConstructorsConstructorDescriptionAppArtifactKey(String[] parts) 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 TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.static AppArtifactKeyfromString(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.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.
-
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
-
AppArtifactKey
Deprecated, for removal: This API element is subject to removal in a future version. -
AppArtifactKey
Deprecated, for removal: This API element is subject to removal in a future version. -
AppArtifactKey
Deprecated, for removal: This API element is subject to removal in a future version. -
AppArtifactKey
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. -
toGacString
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
toGacStringin interfaceArtifactKey
-
ArtifactKey