Package org.wildfly.channel
Class MavenArtifact
- java.lang.Object
-
- org.wildfly.channel.ArtifactCoordinate
-
- org.wildfly.channel.MavenArtifact
-
public class MavenArtifact extends ArtifactCoordinate
-
-
Field Summary
-
Fields inherited from class org.wildfly.channel.ArtifactCoordinate
artifactId, classifier, extension, groupId, version
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)FilegetFile()inthashCode()StringtoString()-
Methods inherited from class org.wildfly.channel.ArtifactCoordinate
getArtifactId, getClassifier, getExtension, getGroupId, getVersion
-
-
-
-
Method Detail
-
getFile
public File getFile()
-
toString
public String toString()
- Overrides:
toStringin classArtifactCoordinate
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classArtifactCoordinate
-
hashCode
public int hashCode()
- Overrides:
hashCodein classArtifactCoordinate
-
-