Package io.quarkus.maven.dependency
Class GACTV
- java.lang.Object
-
- io.quarkus.maven.dependency.GACTV
-
- All Implemented Interfaces:
ArtifactCoords,Serializable
- Direct Known Subclasses:
ArtifactDependency
public class GACTV extends Object implements ArtifactCoords, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface io.quarkus.maven.dependency.ArtifactCoords
DEFAULT_CLASSIFIER, TYPE_JAR, TYPE_POM
-
-
Constructor Summary
Constructors Modifier Constructor Description GACTV(ArtifactKey key, String version)protectedGACTV(String[] parts)GACTV(String groupId, String artifactId, String version)GACTV(String groupId, String artifactId, String type, String version)GACTV(String groupId, String artifactId, String classifier, String type, String version)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringBuilderappend(StringBuilder buf)booleanequals(Object obj)static GACTVfromString(String str)StringgetArtifactId()StringgetClassifier()StringgetGroupId()ArtifactKeygetKey()StringgetType()StringgetVersion()inthashCode()static ArtifactCoordsjar(String groupId, String artifactId, String version)static ArtifactCoordspom(String groupId, String artifactId, String version)protected static String[]split(String str, String[] parts)StringtoString()-
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, toCompactCoords, toGACTVString
-
-
-
-
Constructor Detail
-
GACTV
protected GACTV(String[] parts)
-
GACTV
public GACTV(ArtifactKey key, String version)
-
-
Method Detail
-
pom
public static ArtifactCoords pom(String groupId, String artifactId, String version)
-
jar
public static ArtifactCoords jar(String groupId, String artifactId, String version)
-
getGroupId
public String getGroupId()
- Specified by:
getGroupIdin interfaceArtifactCoords
-
getArtifactId
public String getArtifactId()
- Specified by:
getArtifactIdin interfaceArtifactCoords
-
getClassifier
public String getClassifier()
- Specified by:
getClassifierin interfaceArtifactCoords
-
getType
public String getType()
- Specified by:
getTypein interfaceArtifactCoords
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceArtifactCoords
-
getKey
public ArtifactKey getKey()
- Specified by:
getKeyin interfaceArtifactCoords
-
append
protected StringBuilder append(StringBuilder buf)
-
-