类的使用
com.alibaba.nacos.common.packagescan.resource.AbstractResource
使用AbstractResource的程序包
-
com.alibaba.nacos.common.packagescan.resource中AbstractResource的使用
修饰符和类型类说明classCopy from https://github.com/spring-projects/spring-framework.git, with less modifications Abstract base class for resources which resolve URLs into File references, such asUrlResourceorClassPathResource.classCopy from https://github.com/spring-projects/spring-framework.git, with less modificationsResourceimplementation for a given byte array.classCopy from https://github.com/spring-projects/spring-framework.git, with less modificationsResourceimplementation for class path resources.protected static classClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.classCopy from https://github.com/spring-projects/spring-framework.git, with less modificationsResourceimplementation forjava.io.Fileandjava.nio.file.Pathhandles with a file system target.classCopy from https://github.com/spring-projects/spring-framework.git, with less modifications Subclass ofUrlResourcewhich assumes file resolution, to the degree of implementing theWritableResourceinterface for it.classCopy from https://github.com/spring-projects/spring-framework.git, with less modificationsResourceimplementation for a givenInputStream.classclassCopy from https://github.com/spring-projects/spring-framework.git, with less modificationsResourceimplementation forjava.net.URLlocators.classCopy from https://github.com/spring-projects/spring-framework.git, with less modifications JBoss VFS basedResourceimplementation.