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 String
Deprecated, for removal: This API element is subject to removal in a future version.protected final String
Deprecated, for removal: This API element is subject to removal in a future version.protected final String
Deprecated, for removal: This API element is subject to removal in a future version.protected ArtifactKey
Deprecated, for removal: This API element is subject to removal in a future version.protected final String
Deprecated, for removal: This API element is subject to removal in a future version.protected final String
Deprecated, 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.protected
ArtifactCoords
(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 StringBuilder
append
(StringBuilder buf) Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.static ArtifactCoords
fromString
(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.int
hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.static ArtifactCoords
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.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, wait
Methods 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:
getGroupId
in interfaceArtifactCoords
-
getArtifactId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getArtifactId
in interfaceArtifactCoords
-
getClassifier
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getClassifier
in interfaceArtifactCoords
-
getType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getType
in interfaceArtifactCoords
-
getVersion
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getVersion
in interfaceArtifactCoords
-
getKey
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getKey
in 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:
toCompactCoords
in interfaceArtifactCoords
-