程序包 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
UrlResourceorClassPathResource.Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Convenience base class forResourceimplementations, pre-implementing typical behavior.Copy from https://github.com/spring-projects/spring-framework.git, with less modificationsPathMatcherimplementation for Ant-style path patterns.Tests whether or not a string matches against a pattern via aPattern.The defaultComparatorimplementation returned byAntPathMatcher.getPatternComparator(String).Copy from https://github.com/spring-projects/spring-framework.git, with less modificationsResourceimplementation for a given byte array.Copy from https://github.com/spring-projects/spring-framework.git, with less modificationsResourceimplementation 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 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).Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Default implementation of theResourceLoaderinterface.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 modificationsResourceimplementation forjava.io.Fileandjava.nio.file.Pathhandles with a file system target.Copy 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.Copy from https://github.com/spring-projects/spring-framework.git, with less modificationsResourceimplementation for a givenInputStream.Copy from https://github.com/spring-projects/spring-framework.git, with less modifications Simple interface for objects that are sources for anInputStream.Copy from https://github.com/spring-projects/spring-framework.git, with less modifications AResourcePatternResolverimplementation 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 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) intoResourceobjects.Copy from https://github.com/spring-projects/spring-framework.git, with less modificationsResourceimplementation forjava.net.URLlocators.Copy from https://github.com/spring-projects/spring-framework.git, with less modifications JBoss VFS basedResourceimplementation.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.