Class ClasspathResourceLocatorStrategy
java.lang.Object
org.apache.maven.shared.io.location.ClasspathResourceLocatorStrategy
- All Implemented Interfaces:
LocatorStrategy
classpath resource locator strategy.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate instance.ClasspathResourceLocatorStrategy
(String tempFilePrefix, String tempFileSuffix, boolean tempFileDeleteOnExit) -
Method Summary
Modifier and TypeMethodDescriptionresolve
(String locationSpecification, MessageHolder messageHolder)
-
Field Details
-
tempFilePrefix
-
tempFileSuffix
-
tempFileDeleteOnExit
private boolean tempFileDeleteOnExit
-
-
Constructor Details
-
ClasspathResourceLocatorStrategy
public ClasspathResourceLocatorStrategy()Create instance. -
ClasspathResourceLocatorStrategy
public ClasspathResourceLocatorStrategy(String tempFilePrefix, String tempFileSuffix, boolean tempFileDeleteOnExit) - Parameters:
tempFilePrefix
- Prefix.tempFileSuffix
- Suffix.tempFileDeleteOnExit
- delete on exit.
-
-
Method Details