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