Class ArtifactCoordsImpl
- java.lang.Object
-
- io.quarkus.bootstrap.model.gradle.impl.ArtifactCoordsImpl
-
- All Implemented Interfaces:
ArtifactCoords,Serializable
public class ArtifactCoordsImpl extends Object implements ArtifactCoords, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArtifactCoordsImpl(String groupId, String artifactId, String version)ArtifactCoordsImpl(String groupId, String artifactId, String classifier, String version, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetArtifactId()StringgetClassifier()StringgetGroupId()StringgetType()StringgetVersion()inthashCode()
-
-
-
Field Detail
-
TYPE_JAR
public static final String TYPE_JAR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGroupId
public String getGroupId()
- Specified by:
getGroupIdin interfaceArtifactCoords
-
getArtifactId
public String getArtifactId()
- Specified by:
getArtifactIdin interfaceArtifactCoords
-
getClassifier
public String getClassifier()
- Specified by:
getClassifierin interfaceArtifactCoords
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceArtifactCoords
-
getType
public String getType()
- Specified by:
getTypein interfaceArtifactCoords
-
-