Uses of Interface
org.apache.maven.shared.io.location.Location
-
Packages that use Location Package Description org.apache.maven.shared.io.location -
-
Uses of Location in org.apache.maven.shared.io.location
Classes in org.apache.maven.shared.io.location that implement Location Modifier and Type Class Description class
ArtifactLocation
The artifact location.class
FileLocation
file location implementation.class
URLLocation
The URL Location.Methods in org.apache.maven.shared.io.location that return Location Modifier and Type Method Description Location
ArtifactLocatorStrategy. resolve(java.lang.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.Location
ClasspathResourceLocatorStrategy. resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
Location
FileLocatorStrategy. resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
Location
Locator. resolve(java.lang.String locationSpecification)
Location
LocatorStrategy. resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
Location
URLLocatorStrategy. resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
-