Package io.quarkus.bootstrap.model
Class AppArtifactCoords
java.lang.Object
io.quarkus.bootstrap.model.AppArtifactCoords
- All Implemented Interfaces:
ArtifactCoords,Serializable
- Direct Known Subclasses:
AppArtifact
@Deprecated(forRemoval=true,
since="3.11.0")
public class AppArtifactCoords
extends Object
implements ArtifactCoords, Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
GroupId, artifactId, classifier, type, version
- 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 AppArtifactKeyDeprecated, 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.static final StringDeprecated, for removal: This API element is subject to removal in a future version.static 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.Fields inherited from interface io.quarkus.maven.dependency.ArtifactCoords
DEFAULT_CLASSIFIER -
Constructor Summary
ConstructorsModifierConstructorDescriptionAppArtifactCoords(AppArtifactKey key, String version) Deprecated, for removal: This API element is subject to removal in a future version.protectedAppArtifactCoords(String[] parts) Deprecated, for removal: This API element is subject to removal in a future version.AppArtifactCoords(String groupId, String artifactId, String version) Deprecated, for removal: This API element is subject to removal in a future version.AppArtifactCoords(String groupId, String artifactId, String type, String version) Deprecated, for removal: This API element is subject to removal in a future version.AppArtifactCoords(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 Summary
Modifier and TypeMethodDescriptionprotected StringBuilderappend(StringBuilder buf) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.static AppArtifactCoordsfromString(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.getKey()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.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.protected static String[]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.ArtifactCoords
isJar, isSnapshot, toCompactCoords, toGACTVString
-
Field Details
-
TYPE_JAR
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
TYPE_POM
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
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. -
version
Deprecated, for removal: This API element is subject to removal in a future version. -
key
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
AppArtifactCoords
Deprecated, for removal: This API element is subject to removal in a future version. -
AppArtifactCoords
Deprecated, for removal: This API element is subject to removal in a future version. -
AppArtifactCoords
Deprecated, for removal: This API element is subject to removal in a future version. -
AppArtifactCoords
Deprecated, for removal: This API element is subject to removal in a future version. -
AppArtifactCoords
public AppArtifactCoords(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 Details
-
fromString
Deprecated, for removal: This API element is subject to removal in a future version. -
split
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 interfaceArtifactCoords
-
getArtifactId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getArtifactIdin interfaceArtifactCoords
-
getClassifier
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getClassifierin interfaceArtifactCoords
-
getType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTypein interfaceArtifactCoords
-
getVersion
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getVersionin interfaceArtifactCoords
-
getKey
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getKeyin interfaceArtifactCoords
-
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()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. -
append
Deprecated, for removal: This API element is subject to removal in a future version.
-
ArtifactCoords