Package io.quarkus.bootstrap.model
Class AppArtifactCoords
java.lang.Object
io.quarkus.bootstrap.model.AppArtifactCoords
- All Implemented Interfaces:
ArtifactCoords,Serializable
- Direct Known Subclasses:
AppArtifact
GroupId, artifactId, classifier, type, version
- Author:
- Alexey Loubyansky
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Stringprotected final Stringprotected AppArtifactKeyprotected final Stringstatic final Stringstatic final Stringprotected final StringFields inherited from interface io.quarkus.maven.dependency.ArtifactCoords
DEFAULT_CLASSIFIER -
Constructor Summary
ConstructorsModifierConstructorDescriptionAppArtifactCoords(AppArtifactKey key, String version) protectedAppArtifactCoords(String[] parts) AppArtifactCoords(String groupId, String artifactId, String version) AppArtifactCoords(String groupId, String artifactId, String type, String version) AppArtifactCoords(String groupId, String artifactId, String classifier, String type, String version) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringBuilderappend(StringBuilder buf) booleanstatic AppArtifactCoordsfromString(String str) getKey()getType()inthashCode()protected static String[]toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.quarkus.maven.dependency.ArtifactCoords
isJar, isSnapshot, toCompactCoords, toGACTVString
-
Field Details
-
TYPE_JAR
- See Also:
-
TYPE_POM
- See Also:
-
groupId
-
artifactId
-
classifier
-
type
-
version
-
key
-
-
Constructor Details
-
AppArtifactCoords
-
AppArtifactCoords
-
AppArtifactCoords
-
AppArtifactCoords
-
AppArtifactCoords
-
-
Method Details
-
fromString
-
split
-
getGroupId
- Specified by:
getGroupIdin interfaceArtifactCoords
-
getArtifactId
- Specified by:
getArtifactIdin interfaceArtifactCoords
-
getClassifier
- Specified by:
getClassifierin interfaceArtifactCoords
-
getType
- Specified by:
getTypein interfaceArtifactCoords
-
getVersion
- Specified by:
getVersionin interfaceArtifactCoords
-
getKey
- Specified by:
getKeyin interfaceArtifactCoords
-
equals
-
hashCode
public int hashCode() -
toString
-
append
-