| 程序包 | 说明 |
|---|---|
| com.alibaba.nacos.common.packagescan.resource |
| 限定符和类型 | 类和说明 |
|---|---|
class |
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. |
class |
ByteArrayResource
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for a given byte array. |
class |
ClassPathResource
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for class path resources. |
protected static class |
DefaultResourceLoader.ClassPathContextResource
ClassPathResource that explicitly expresses a context-relative path
through implementing the ContextResource interface.
|
class |
FileSystemResource
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 |
FileUrlResource
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 |
InputStreamResource
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for a given InputStream. |
class |
PathResource
|
class |
UrlResource
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for java.net.URL locators. |
class |
VfsResource
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
JBoss VFS based
Resource implementation. |
Copyright © 2018–2024 Alibaba Group. All rights reserved.