MCPcopy Index your code
hub / github.com/DerekYRC/mini-spring / Resource

Interface Resource

src/main/java/org/springframework/core/io/Resource.java:12–16  ·  view source on GitHub ↗

资源的抽象和访问接口 @author derekyi @date 2020/11/25

Source from the content-addressed store, hash-verified

10 * @date 2020/11/25
11 */
12public interface Resource {
13
14 InputStream getInputStream() throws IOException;
15
16}

Callers 4

testResourceLoaderMethod · 0.95
loadPropertiesMethod · 0.95
loadBeanDefinitionsMethod · 0.65
getInputStreamMethod · 0.65

Implementers 3

FileSystemResourcesrc/main/java/org/springframework/core
ClassPathResourcesrc/main/java/org/springframework/core
UrlResourcesrc/main/java/org/springframework/core

Calls

no outgoing calls

Tested by

no test coverage detected