接口 LocatorStrategy
-
- 所有已知实现类:
ArtifactLocatorStrategy
,ClasspathResourceLocatorStrategy
,FileLocatorStrategy
,URLLocatorStrategy
public interface LocatorStrategy
Locator Strategy interface.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Location
resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
-
-
-
方法详细资料
-
resolve
Location resolve(java.lang.String locationSpecification, MessageHolder messageHolder)
- 参数:
locationSpecification
- the specification.messageHolder
-MessageHolder
- 返回:
Location
-
-