接口的使用
com.alibaba.nacos.common.packagescan.util.PathMatcher
-
使用PathMatcher的程序包 程序包 说明 com.alibaba.nacos.common.packagescan.resource -
-
com.alibaba.nacos.common.packagescan.resource中PathMatcher的使用
实现PathMatcher的com.alibaba.nacos.common.packagescan.resource中的类 修饰符和类型 类 说明 classAntPathMatcherCopy from https://github.com/spring-projects/spring-framework.git, with less modificationsPathMatcherimplementation for Ant-style path patterns.声明为PathMatcher的com.alibaba.nacos.common.packagescan.resource中的字段 修饰符和类型 字段 说明 private PathMatcherPathMatchingResourcePatternResolver. pathMatcherprivate PathMatcherPathMatchingResourcePatternResolver.PatternVirtualFileVisitor. pathMatcher返回PathMatcher的com.alibaba.nacos.common.packagescan.resource中的方法 修饰符和类型 方法 说明 PathMatcherPathMatchingResourcePatternResolver. getPathMatcher()Return the PathMatcher that this resource pattern resolver uses.参数类型为PathMatcher的com.alibaba.nacos.common.packagescan.resource中的方法 修饰符和类型 方法 说明 static java.util.Set<Resource>PathMatchingResourcePatternResolver.VfsResourceMatchingDelegate. findMatchingResources(java.net.URL rootDirUrl, java.lang.String locationPattern, PathMatcher pathMatcher)voidPathMatchingResourcePatternResolver. setPathMatcher(PathMatcher pathMatcher)Set the PathMatcher implementation to use for this resource pattern resolver.参数类型为PathMatcher的com.alibaba.nacos.common.packagescan.resource中的构造器 构造器 说明 PatternVirtualFileVisitor(java.lang.String rootPath, java.lang.String subPattern, PathMatcher pathMatcher)
-