| 程序包 | 说明 |
|---|---|
| com.alibaba.nacos.common.packagescan.resource | |
| com.alibaba.nacos.common.remote.client |
| 类和说明 |
|---|
| AbstractFileResolvingResource
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. |
| AbstractResource
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Convenience base class for
Resource implementations,
pre-implementing typical behavior. |
| AntPathMatcher.AntPathStringMatcher
Tests whether or not a string matches against a pattern via a
Pattern. |
| ClassPathResource
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for class path resources. |
| ContextResource
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
javax.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). |
| InputStreamSource
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Simple interface for objects that are sources for an
InputStream. |
| ProtocolResolver
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
A resolution strategy for protocol-specific resource handles.
|
| Resource
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.
|
| ResourceLoader
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).
|
| ResourcePatternResolver
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. |
| UrlResource
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for java.net.URL locators. |
| WritableResource
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Extended interface for a resource that supports writing to it.
|
| 类和说明 |
|---|
| ResourceLoader
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).
|
Copyright © 2018–2024 Alibaba Group. All rights reserved.