Class ClasspathResourceLocatorStrategy
java.lang.Object
org.apache.maven.plugins.assembly.io.ClasspathResourceLocatorStrategy
- All Implemented Interfaces:
LocatorStrategy
- Direct Known Subclasses:
PrefixedClasspathLocatorStrategy
classpath resource locator strategy.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolve
(String locationSpecification, MessageHolder messageHolder)
-
Field Details
-
tempFilePrefix
-
tempFileSuffix
-
tempFileDeleteOnExit
private boolean tempFileDeleteOnExit
-
-
Constructor Details
-
ClasspathResourceLocatorStrategy
ClasspathResourceLocatorStrategy()Create instance.
-
-
Method Details
-
resolve
- Specified by:
resolve
in interfaceLocatorStrategy
- Parameters:
locationSpecification
- the specificationmessageHolder
-MessageHolder
- Returns:
Location
-