接口的使用
com.alibaba.nacos.common.packagescan.resource.InputStreamSource
使用InputStreamSource的程序包
-
com.alibaba.nacos.common.packagescan.resource中InputStreamSource的使用
修饰符和类型接口说明interfaceCopy from https://github.com/spring-projects/spring-framework.git, with less modifications Extended interface for a resource that is loaded from an enclosing 'context', e.g. from ajakarta.servlet.ServletContextbut also from plain classpath paths or relative file system paths (specified without an explicit prefix, hence applying relative to the localResourceLoader's context).interfaceCopy from https://github.com/spring-projects/spring-framework.git, with less modifications Interface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.interfaceCopy from https://github.com/spring-projects/spring-framework.git, with less modifications Extended interface for a resource that supports writing to it.修饰符和类型类说明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 modifications Convenience base class forResourceimplementations, pre-implementing typical behavior.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.