Interface LocatorStrategy
-
- All Known Implementing Classes:
ArtifactLocatorStrategy
,ClasspathResourceLocatorStrategy
,FileLocatorStrategy
,URLLocatorStrategy
public interface LocatorStrategy
Locator Strategy interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Location
resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
-
-
-
Method Detail
-
resolve
Location resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
- Parameters:
locationSpecification
- the specification.messageHolder
-MessageHolder
- Returns:
Location
-
-