接口的使用
com.alibaba.nacos.common.packagescan.resource.ResourceLoader
使用ResourceLoader的程序包
-
com.alibaba.nacos.common.packagescan.resource中ResourceLoader的使用
修饰符和类型接口说明interfaceCopy 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.修饰符和类型类说明classCopy from https://github.com/spring-projects/spring-framework.git, with less modifications Default implementation of theResourceLoaderinterface.classCopy 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.修饰符和类型方法说明PathMatchingResourcePatternResolver.getResourceLoader()Return the ResourceLoader that this pattern resolver works with.修饰符和类型方法说明ProtocolResolver.resolve(String location, ResourceLoader resourceLoader) Resolve the given location against the given resource loader if this implementation's protocol matches.限定符构造器说明PathMatchingResourcePatternResolver(ResourceLoader resourceLoader) Create a new PathMatchingResourcePatternResolver. -
com.alibaba.nacos.common.remote.client中ResourceLoader的使用