Package io.quarkus.maven
Class ArtifactCoords
java.lang.Object
io.quarkus.maven.ArtifactCoords
- All Implemented Interfaces:
ArtifactCoords,Serializable
@Deprecated(forRemoval=true)
public class ArtifactCoords
extends Object
implements ArtifactCoords, 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 ArtifactKeyDeprecated, 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.Fields inherited from interface io.quarkus.maven.dependency.ArtifactCoords
DEFAULT_CLASSIFIER, TYPE_JAR, TYPE_POM -
Constructor Summary
ConstructorsModifierConstructorDescriptionArtifactCoords(ArtifactKey key, String version) Deprecated, for removal: This API element is subject to removal in a future version.protectedArtifactCoords(String[] parts) Deprecated, for removal: This API element is subject to removal in a future version.ArtifactCoords(String groupId, String artifactId, String version) Deprecated, for removal: This API element is subject to removal in a future version.ArtifactCoords(String groupId, String artifactId, String type, String 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. -
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 ArtifactCoordsfromString(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.static ArtifactCoordsDeprecated, 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.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, toGACTVString
-
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. -
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
-
ArtifactCoords
Deprecated, for removal: This API element is subject to removal in a future version. -
ArtifactCoords
Deprecated, for removal: This API element is subject to removal in a future version. -
ArtifactCoords
Deprecated, for removal: This API element is subject to removal in a future version. -
ArtifactCoords
Deprecated, for removal: This API element is subject to removal in a future version. -
ArtifactCoords
public ArtifactCoords(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. -
pom
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. -
toCompactCoords
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
toCompactCoordsin interfaceArtifactCoords
-