Package io.quarkus.maven.dependency
Class GACT
- java.lang.Object
-
- io.quarkus.maven.dependency.GACT
-
- All Implemented Interfaces:
ArtifactKey,Serializable
public class GACT extends Object implements ArtifactKey, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringartifactIdprotected Stringclassifierprotected StringgroupIdprotected Stringtype
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static GACTfromString(String str)StringgetArtifactId()StringgetClassifier()StringgetGroupId()StringgetType()inthashCode()static String[]split(String str, String[] parts, int fromIndex)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.quarkus.maven.dependency.ArtifactKey
toGacString
-
-
-
-
Method Detail
-
getGroupId
public String getGroupId()
- Specified by:
getGroupIdin interfaceArtifactKey
-
getArtifactId
public String getArtifactId()
- Specified by:
getArtifactIdin interfaceArtifactKey
-
getClassifier
public String getClassifier()
- Specified by:
getClassifierin interfaceArtifactKey
-
getType
public String getType()
- Specified by:
getTypein interfaceArtifactKey
-
-