Interface LocatorStrategy
-
- All Known Implementing Classes:
ClasspathResourceLocatorStrategy,FileLocatorStrategy,PrefixedClasspathLocatorStrategy,RelativeFileLocatorStrategy
interface LocatorStrategyLocator Strategy interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Locationresolve(java.lang.String locationSpecification, MessageHolder messageHolder)
-
-
-
Method Detail
-
resolve
Location resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
- Parameters:
locationSpecification- the specificationmessageHolder-MessageHolder- Returns:
Location
-
-