Interface LocatorStrategy
-
- All Known Implementing Classes:
ClasspathResourceLocatorStrategy
,FileLocatorStrategy
,PrefixedClasspathLocatorStrategy
,RelativeFileLocatorStrategy
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 specificationmessageHolder
-MessageHolder
- Returns:
Location
-
-