Uses of Class
org.jboss.modules.maven.ArtifactCoordinates
-
Packages that use ArtifactCoordinates Package Description org.jboss.modules.maven -
-
Uses of ArtifactCoordinates in org.jboss.modules.maven
Methods in org.jboss.modules.maven that return ArtifactCoordinates Modifier and Type Method Description static ArtifactCoordinatesArtifactCoordinates. fromString(java.lang.String string)Parse a string and produce artifact coordinates from it.Methods in org.jboss.modules.maven with parameters of type ArtifactCoordinates Modifier and Type Method Description booleanArtifactCoordinates. equals(ArtifactCoordinates obj)Determine whether this coordinates object equals the target object.java.io.FileDefaultMavenResolver. resolveArtifact(ArtifactCoordinates coordinates, java.lang.String packaging)static java.io.FileMavenArtifactUtil. resolveArtifact(ArtifactCoordinates coordinates, java.lang.String packaging)Tries to find a maven jar artifact from the system property"maven.repo.local"This property is a list of platform separated directory names.java.io.FileMavenResolver. resolveArtifact(ArtifactCoordinates coordinates, java.lang.String packaging)Tries to find a maven jar artifact from the system property"maven.repo.local"This property is a list of platform separated directory names.static java.io.FileMavenArtifactUtil. resolveJarArtifact(ArtifactCoordinates coordinates)Try to resolve a Maven JAR artifact.default java.io.FileMavenResolver. resolveJarArtifact(ArtifactCoordinates coordinates)Try to resolve a Maven JAR artifact.
-