Uses of Interface
org.apache.maven.shared.io.location.Location
Packages that use Location
-
Uses of Location in org.apache.maven.shared.io.location
Classes in org.apache.maven.shared.io.location that implement LocationModifier and TypeClassDescriptionclass
The artifact location.class
file location implementation.class
The URL Location.Methods in org.apache.maven.shared.io.location that return LocationModifier and TypeMethodDescriptionArtifactLocatorStrategy.resolve
(String locationSpecification, MessageHolder messageHolder) Assumes artifact identity is given in a set of comma-delimited tokens of the form:groupId:artifactId:version:type:classifier
, where type and classifier are optional.ClasspathResourceLocatorStrategy.resolve
(String locationSpecification, MessageHolder messageHolder) FileLocatorStrategy.resolve
(String locationSpecification, MessageHolder messageHolder) LocatorStrategy.resolve
(String locationSpecification, MessageHolder messageHolder) URLLocatorStrategy.resolve
(String locationSpecification, MessageHolder messageHolder)