Class FileLocatorStrategy
- java.lang.Object
-
- org.apache.maven.shared.io.location.FileLocatorStrategy
-
- All Implemented Interfaces:
LocatorStrategy
public 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 specification.messageHolder
-MessageHolder
- Returns:
Location
-
-