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 String
formatLocation
(String location) private String
formatPrefix
(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:
resolve
in interfaceLocatorStrategy
- Overrides:
resolve
in classClasspathResourceLocatorStrategy
- Parameters:
locationSpecification
- the specificationmessageHolder
-MessageHolder
- Returns:
Location
-
formatLocation
-