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