Package io.quarkus.maven
Class ArtifactKey
- java.lang.Object
-
- io.quarkus.maven.ArtifactKey
-
- All Implemented Interfaces:
Serializable
public class ArtifactKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringartifactIdprotected Stringclassifierprotected StringgroupIdprotected Stringtype
-
Constructor Summary
Constructors Constructor Description ArtifactKey(String[] parts)ArtifactKey(String groupId, String artifactId)ArtifactKey(String groupId, String artifactId, String classifier)ArtifactKey(String groupId, String artifactId, String classifier, String type)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static ArtifactKeyfromString(String str)StringgetArtifactId()StringgetClassifier()StringgetGroupId()StringgetType()inthashCode()protected static String[]split(String str, String[] parts, int fromIndex)StringtoGacString()StringtoString()
-
-
-
Constructor Detail
-
ArtifactKey
public ArtifactKey(String[] parts)
-
-