Package io.quarkus.bootstrap.model
Class AppArtifactKey
java.lang.Object
io.quarkus.bootstrap.model.AppArtifactKey
- All Implemented Interfaces:
ArtifactKey,Serializable
GroupId, artifactId and classifier
- Author:
- Alexey Loubyansky
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAppArtifactKey(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
Modifier and TypeMethodDescriptionbooleanstatic AppArtifactKeyfromString(String str) getType()inthashCode()toString()
-
Field Details
-
groupId
-
artifactId
-
classifier
-
type
-
-
Constructor Details
-
AppArtifactKey
-
AppArtifactKey
-
AppArtifactKey
-
AppArtifactKey
-
-
Method Details
-
fromString
-
getGroupId
- Specified by:
getGroupIdin interfaceArtifactKey
-
getArtifactId
- Specified by:
getArtifactIdin interfaceArtifactKey
-
getClassifier
- Specified by:
getClassifierin interfaceArtifactKey
-
getType
- Specified by:
getTypein interfaceArtifactKey
-
hashCode
public int hashCode() -
equals
-
toString
-
toGacString
- Specified by:
toGacStringin interfaceArtifactKey
-