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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringartifactIdDeprecated, for removal: This API element is subject to removal in a future version.protected StringclassifierDeprecated, for removal: This API element is subject to removal in a future version.protected StringgroupIdDeprecated, for removal: This API element is subject to removal in a future version.protected ArtifactKeykeyDeprecated, for removal: This API element is subject to removal in a future version.protected StringtypeDeprecated, for removal: This API element is subject to removal in a future version.protected StringversionDeprecated, 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
Constructors Modifier Constructor Description ArtifactCoords(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.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 Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected StringBuilderappend(StringBuilder buf)Deprecated, for removal: This API element is subject to removal in a future version.booleanequals(Object o)Deprecated, 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.StringgetArtifactId()Deprecated, for removal: This API element is subject to removal in a future version.StringgetClassifier()Deprecated, for removal: This API element is subject to removal in a future version.StringgetGroupId()Deprecated, for removal: This API element is subject to removal in a future version.ArtifactKeygetKey()Deprecated, for removal: This API element is subject to removal in a future version.StringgetType()Deprecated, for removal: This API element is subject to removal in a future version.StringgetVersion()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 ArtifactCoordspom(String groupId, String artifactId, String version)Deprecated, for removal: This API element is subject to removal in a future version.protected static String[]split(String str, String[] parts)Deprecated, for removal: This API element is subject to removal in a future version.StringtoCompactCoords()Deprecated, for removal: This API element is subject to removal in a future version.StringtoString()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, toGACTVString
-
-
-
-
Field Detail
-
groupId
protected final String groupId
Deprecated, for removal: This API element is subject to removal in a future version.
-
artifactId
protected final String artifactId
Deprecated, for removal: This API element is subject to removal in a future version.
-
classifier
protected final String classifier
Deprecated, for removal: This API element is subject to removal in a future version.
-
type
protected final String type
Deprecated, for removal: This API element is subject to removal in a future version.
-
version
protected final String version
Deprecated, for removal: This API element is subject to removal in a future version.
-
key
protected transient ArtifactKey key
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Detail
-
ArtifactCoords
protected ArtifactCoords(String[] parts)
Deprecated, for removal: This API element is subject to removal in a future version.
-
ArtifactCoords
public ArtifactCoords(ArtifactKey key, String version)
Deprecated, for removal: This API element is subject to removal in a future version.
-
ArtifactCoords
public ArtifactCoords(String groupId, String artifactId, String version)
Deprecated, for removal: This API element is subject to removal in a future version.
-
ArtifactCoords
public ArtifactCoords(String groupId, String artifactId, String type, String version)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
fromString
public static ArtifactCoords fromString(String str)
Deprecated, for removal: This API element is subject to removal in a future version.
-
pom
public static ArtifactCoords pom(String groupId, String artifactId, String version)
Deprecated, for removal: This API element is subject to removal in a future version.
-
split
protected static String[] split(String str, String[] parts)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getGroupId
public String getGroupId()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getGroupIdin interfaceArtifactCoords
-
getArtifactId
public String getArtifactId()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getArtifactIdin interfaceArtifactCoords
-
getClassifier
public String getClassifier()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getClassifierin interfaceArtifactCoords
-
getType
public String getType()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTypein interfaceArtifactCoords
-
getVersion
public String getVersion()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getVersionin interfaceArtifactCoords
-
getKey
public ArtifactKey getKey()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getKeyin interfaceArtifactCoords
-
equals
public boolean equals(Object o)
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
public String toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
append
protected StringBuilder append(StringBuilder buf)
Deprecated, for removal: This API element is subject to removal in a future version.
-
toCompactCoords
public String toCompactCoords()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
toCompactCoordsin interfaceArtifactCoords
-
-