Class PrefixedClasspathLocatorStrategy
java.lang.Object
org.apache.maven.plugins.assembly.io.ClasspathResourceLocatorStrategy
org.apache.maven.plugins.assembly.io.PrefixedClasspathLocatorStrategy
- All Implemented Interfaces:
LocatorStrategy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate StringformatLocation(String location) private StringformatPrefix(String prefix) resolve(String locationSpecification, MessageHolder messageHolder)
-
Field Details
-
prefix
-
-
Constructor Details
-
PrefixedClasspathLocatorStrategy
PrefixedClasspathLocatorStrategy(String prefix)
-
-
Method Details
-
formatPrefix
-
resolve
Description copied from class:ClasspathResourceLocatorStrategy- Specified by:
resolvein interfaceLocatorStrategy- Overrides:
resolvein classClasspathResourceLocatorStrategy- Parameters:
locationSpecification- the specificationmessageHolder-MessageHolder- Returns:
Location
-
formatLocation
-