Uses of Class
org.wildfly.galleon.plugin.ArtifactCoords.Gav
-
Packages that use ArtifactCoords.Gav Package Description org.wildfly.galleon.plugin -
-
Uses of ArtifactCoords.Gav in org.wildfly.galleon.plugin
Methods in org.wildfly.galleon.plugin that return ArtifactCoords.Gav Modifier and Type Method Description static ArtifactCoords.GavArtifactCoords. newGav(java.lang.String str)static ArtifactCoords.GavArtifactCoords. newGav(java.lang.String groupId, java.lang.String artifactId, java.lang.String version)ArtifactCoords.GavArtifactCoords.Ga. toGav()ArtifactCoords.GavArtifactCoords. toGav()Methods in org.wildfly.galleon.plugin with parameters of type ArtifactCoords.Gav Modifier and Type Method Description intArtifactCoords.Gav. compareTo(ArtifactCoords.Gav o)static ArtifactCoordsArtifactCoords. fromGav(ArtifactCoords.Gav gav, java.lang.String extension)
-