Uses of Class
org.jboss.modules.maven.ArtifactCoordinates
Packages that use ArtifactCoordinates
-
Uses of ArtifactCoordinates in org.jboss.modules.maven
Methods in org.jboss.modules.maven that return ArtifactCoordinatesModifier and TypeMethodDescriptionstatic ArtifactCoordinatesArtifactCoordinates.fromString(String string) Parse a string and produce artifact coordinates from it.Methods in org.jboss.modules.maven with parameters of type ArtifactCoordinatesModifier and TypeMethodDescriptionstatic ResourceLoaderMavenArtifactUtil.createMavenArtifactLoader(MavenResolver mavenResolver, ArtifactCoordinates coordinates, String rootName) A utility method to create a Maven artifact resource loader for the given artifact coordinates.booleanArtifactCoordinates.equals(ArtifactCoordinates obj) Determine whether this coordinates object equals the target object.static FileMavenArtifactUtil.resolveArtifact(ArtifactCoordinates coordinates, 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.MavenResolver.resolveArtifact(ArtifactCoordinates coordinates, 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 FileMavenArtifactUtil.resolveJarArtifact(ArtifactCoordinates coordinates) Try to resolve a Maven JAR artifact.default FileMavenResolver.resolveJarArtifact(ArtifactCoordinates coordinates) Try to resolve a Maven JAR artifact.