接口的使用
com.alibaba.nacos.common.packagescan.resource.ResourceLoader
-
使用ResourceLoader的程序包 程序包 说明 com.alibaba.nacos.common.packagescan.resource -
-
com.alibaba.nacos.common.packagescan.resource中ResourceLoader的使用
com.alibaba.nacos.common.packagescan.resource中ResourceLoader的子接口 修饰符和类型 接口 说明 interfaceResourcePatternResolverCopy from https://github.com/spring-projects/spring-framework.git, with less modifications Strategy interface for resolving a location pattern (for example, an Ant-style path pattern) intoResourceobjects.实现ResourceLoader的com.alibaba.nacos.common.packagescan.resource中的类 修饰符和类型 类 说明 classDefaultResourceLoaderCopy from https://github.com/spring-projects/spring-framework.git, with less modifications Default implementation of theResourceLoaderinterface.classPathMatchingResourcePatternResolverCopy from https://github.com/spring-projects/spring-framework.git, with less modifications AResourcePatternResolverimplementation that is able to resolve a specified resource location path into one or more matching Resources.声明为ResourceLoader的com.alibaba.nacos.common.packagescan.resource中的字段 修饰符和类型 字段 说明 private ResourceLoaderPathMatchingResourcePatternResolver. resourceLoader返回ResourceLoader的com.alibaba.nacos.common.packagescan.resource中的方法 修饰符和类型 方法 说明 ResourceLoaderPathMatchingResourcePatternResolver. getResourceLoader()Return the ResourceLoader that this pattern resolver works with.参数类型为ResourceLoader的com.alibaba.nacos.common.packagescan.resource中的方法 修饰符和类型 方法 说明 ResourceProtocolResolver. resolve(java.lang.String location, ResourceLoader resourceLoader)Resolve the given location against the given resource loader if this implementation's protocol matches.参数类型为ResourceLoader的com.alibaba.nacos.common.packagescan.resource中的构造器 构造器 说明 PathMatchingResourcePatternResolver(ResourceLoader resourceLoader)Create a new PathMatchingResourcePatternResolver.
-