Class RelativeFileLocatorStrategy
- java.lang.Object
-
- org.apache.maven.plugins.assembly.io.RelativeFileLocatorStrategy
-
- All Implemented Interfaces:
LocatorStrategy
class RelativeFileLocatorStrategy extends java.lang.Object implements LocatorStrategy
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
basedir
-
Constructor Summary
Constructors Constructor Description RelativeFileLocatorStrategy(java.io.File basedir)
-
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
-
-