Package io.quarkus.bootstrap.model
Class AppArtifactKey
- java.lang.Object
-
- io.quarkus.bootstrap.model.AppArtifactKey
-
- All Implemented Interfaces:
Serializable
public class AppArtifactKey extends Object implements Serializable
GroupId, artifactId and classifier- Author:
- Alexey Loubyansky
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringartifactIdprotected Stringclassifierprotected StringgroupIdprotected Stringtype
-
Constructor Summary
Constructors Constructor Description AppArtifactKey(String[] parts)AppArtifactKey(String groupId, String artifactId)AppArtifactKey(String groupId, String artifactId, String classifier)AppArtifactKey(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 AppArtifactKeyfromString(String str)StringgetArtifactId()StringgetClassifier()StringgetGroupId()StringgetType()inthashCode()protected static String[]split(String str, String[] parts, int fromIndex)StringtoString()
-
-
-
Constructor Detail
-
AppArtifactKey
public AppArtifactKey(String[] parts)
-
-