Class FileLocatorStrategy
- java.lang.Object
-
- org.apache.maven.plugins.assembly.io.FileLocatorStrategy
-
- All Implemented Interfaces:
LocatorStrategy
class FileLocatorStrategy extends java.lang.Object implements LocatorStrategy
file locator strategy.
-
-
Constructor Summary
Constructors Constructor Description FileLocatorStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Location
resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
-
-
-
Method Detail
-
resolve
public Location resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
- Specified by:
resolve
in interfaceLocatorStrategy
- Parameters:
locationSpecification
- the specificationmessageHolder
-MessageHolder
- Returns:
Location
-
-