Package | Description |
---|---|
sf.codegen | |
sf.spring.core.io |
Generic abstraction for (file-based) resources, used throughout the framework.
|
sf.spring.core.io.support |
Support classes for Spring's resource abstraction.
|
sf.spring.core.type.classreading |
Support classes for reading annotation and class-level metadata.
|
Constructor and Description |
---|
EnhanceTaskASM(ResourceLoader root) |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathLoader
基于Classpath的资源加载器。
特点:在classpath的所有路径上搜索资源
|
class |
ClassRelativeResourceLoader
ResourceLoader implementation that interprets plain resource paths
as relative to a given java.lang.Class . |
class |
DefaultResourceLoader
Default implementation of the
ResourceLoader interface. |
class |
FileSystemResourceLoader
ResourceLoader implementation that resolves plain paths as
file system resources rather than as class path resources
(the latter is DefaultResourceLoader 's default strategy). |
Modifier and Type | Method and Description |
---|---|
Resource |
ProtocolResolver.resolve(String location,
ResourceLoader resourceLoader)
Resolve the given location against the given resource loader
if this implementation's protocol matches.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResourcePatternResolver
Strategy interface for resolving a location pattern (for example,
an Ant-style path pattern) into Resource objects.
|
Modifier and Type | Class and Description |
---|---|
class |
PathMatchingResourcePatternResolver
A
ResourcePatternResolver implementation that is able to resolve a
specified resource location path into one or more matching Resources. |
Modifier and Type | Method and Description |
---|---|
ResourceLoader |
PathMatchingResourcePatternResolver.getResourceLoader()
Return the ResourceLoader that this pattern resolver works with.
|
Constructor and Description |
---|
PathMatchingResourcePatternResolver(ResourceLoader resourceLoader)
Create a new PathMatchingResourcePatternResolver.
|
Modifier and Type | Method and Description |
---|---|
ResourceLoader |
SimpleMetadataReaderFactory.getResourceLoader()
Return the ResourceLoader that this MetadataReaderFactory has been
constructed with.
|
Constructor and Description |
---|
CachingMetadataReaderFactory(ResourceLoader resourceLoader)
Create a new CachingMetadataReaderFactory for the given
ResourceLoader ,
using a shared resource cache if supported or a local resource cache otherwise. |
SimpleMetadataReaderFactory(ResourceLoader resourceLoader)
Create a new SimpleMetadataReaderFactory for the given resource loader.
|
Copyright © 2020. All rights reserved.