| Package | Description |
|---|---|
| org.hotswap.agent.util.spring.io.loader | |
| org.hotswap.agent.util.spring.io.resource |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DefaultResourceLoader.ClassPathContextResource
ClassPathResource that explicitly expresses a context-relative path
through implementing the ContextResource interface.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContextResource
Extended interface for a resource that is loaded from an enclosing 'context',
e.g. from a
javax.servlet.ServletContext or a
javax.portlet.PortletContext 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). |
interface |
Resource
Interface for a resource descriptor that abstracts from the actual type of
underlying resource, such as a file or class path resource.
|
interface |
WritableResource
Extended interface for a resource that supports writing to it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileResolvingResource
Abstract base class for resources which resolve URLs into File references,
such as
UrlResource or ClassPathResource. |
class |
AbstractResource
Convenience base class for
Resource implementations, pre-implementing
typical behavior. |
class |
ClassPathResource
Resource implementation for class path resources. |
class |
FileSystemResource
Resource implementation for java.io.File handles. |
class |
InputStreamResource
Resource implementation for a given InputStream. |
class |
PathResource
Resource implementation for java.nio.file.Path handles. |
class |
UrlResource
Resource implementation for java.net.URL locators. |
class |
VfsResource
JBoss VFS based
Resource implementation. |
Copyright © 2018. All rights reserved.