Package org.wildfly.channel
Class ArtifactCoordinate
- java.lang.Object
-
- org.wildfly.channel.ArtifactCoordinate
-
- Direct Known Subclasses:
MavenArtifact
public class ArtifactCoordinate extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringartifactIdprotected Stringclassifierprotected Stringextensionprotected StringgroupIdprotected Stringversion
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetArtifactId()StringgetClassifier()StringgetExtension()StringgetGroupId()StringgetVersion()inthashCode()StringtoString()
-