程序包 com.alibaba.nacos.common.packagescan.resource


package com.alibaba.nacos.common.packagescan.resource
  • 说明
    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.
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Convenience base class for Resource implementations, pre-implementing typical behavior.
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications PathMatcher implementation for Ant-style path patterns.
    Tests whether or not a string matches against a pattern via a Pattern.
    The default Comparator implementation returned by AntPathMatcher.getPatternComparator(String).
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Resource implementation for a given byte array.
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Resource implementation for class path resources.
    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).
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Default implementation of the ResourceLoader interface.
    ClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.
    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.
    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.
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Resource implementation for a given InputStream.
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Simple interface for objects that are sources for an InputStream.
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications A ResourcePatternResolver implementation that is able to resolve a specified resource location path into one or more matching Resources.
    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.
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications A resolution strategy for protocol-specific resource handles.
    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.
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Strategy interface for loading resources (e.g., class path or file system resources).
    Copy 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) into Resource objects.
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Resource implementation for java.net.URL locators.
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications JBoss VFS based Resource implementation.
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Utility for detecting and accessing JBoss VFS in the classpath.
    Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Extended interface for a resource that supports writing to it.