org.apache.maven.shared.io.location
Class ClasspathResourceLocatorStrategy
java.lang.Object
org.apache.maven.shared.io.location.ClasspathResourceLocatorStrategy
- All Implemented Interfaces:
- LocatorStrategy
public class ClasspathResourceLocatorStrategy
- extends java.lang.Object
- implements LocatorStrategy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tempFilePrefix
private java.lang.String tempFilePrefix
tempFileSuffix
private java.lang.String tempFileSuffix
tempFileDeleteOnExit
private boolean tempFileDeleteOnExit
ClasspathResourceLocatorStrategy
public ClasspathResourceLocatorStrategy()
ClasspathResourceLocatorStrategy
public ClasspathResourceLocatorStrategy(java.lang.String tempFilePrefix,
java.lang.String tempFileSuffix,
boolean tempFileDeleteOnExit)
resolve
public Location resolve(java.lang.String locationSpecification,
MessageHolder messageHolder)
- Specified by:
resolve
in interface LocatorStrategy