Uses of Interface
org.apache.maven.plugins.assembly.io.Location
-
Packages that use Location Package Description org.apache.maven.plugins.assembly.io -
-
Uses of Location in org.apache.maven.plugins.assembly.io
Classes in org.apache.maven.plugins.assembly.io that implement Location Modifier and Type Class Description (package private) class
FileLocation
file location implementation.(package private) class
URLLocation
The URL Location, storing the URL content to a temporary local file.Methods in org.apache.maven.plugins.assembly.io that return Location Modifier and Type Method Description Location
ClasspathResourceLocatorStrategy. resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
Location
FileLocatorStrategy. resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
(package private) Location
Locator. resolve(java.lang.String locationSpecification)
Location
LocatorStrategy. resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
Location
PrefixedClasspathLocatorStrategy. resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
Location
RelativeFileLocatorStrategy. resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
-