| Package | Description |
|---|---|
| org.hotswap.agent.util.spring.io.loader | |
| org.hotswap.agent.util.spring.path |
| Modifier and Type | Class and Description |
|---|---|
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 | 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.
|
Copyright © 2018. All rights reserved.