接口的使用
com.alibaba.nacos.common.packagescan.resource.InputStreamSource

使用InputStreamSource的程序包
  • com.alibaba.nacos.common.packagescan.resourceInputStreamSource的使用

    修饰符和类型
    接口
    说明
    interface 
    Copy 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 a jakarta.servlet.ServletContext but also from plain classpath paths or relative file system paths (specified without an explicit prefix, hence applying relative to the local ResourceLoader's context).
    interface 
    Copy 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.
    interface 
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Extended interface for a resource that supports writing to it.
    修饰符和类型
    说明
    class 
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Abstract base class for resources which resolve URLs into File references, such as UrlResource or ClassPathResource.
    class 
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Convenience base class for Resource implementations, pre-implementing typical behavior.
    class 
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Resource implementation for a given byte array.
    class 
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Resource implementation for class path resources.
    protected static class 
    ClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.
    class 
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Resource implementation for java.io.File and java.nio.file.Path handles with a file system target.
    class 
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Subclass of UrlResource which assumes file resolution, to the degree of implementing the WritableResource interface for it.
    class 
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Resource implementation for a given InputStream.
    class 
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Resource implementation for Path handles, performing all operations and transformations via the Path API.
    class 
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Resource implementation for java.net.URL locators.
    class 
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications JBoss VFS based Resource implementation.