See: Description
| Interface | Description |
|---|---|
| Resource |
An interface representing an data resource.
|
| ResourceChangeListener |
A resource change listener.
|
| ResourceFilter |
Filter that operates over a resource.
|
| Class | Description |
|---|---|
| AbstractFilteredResource |
A
Resource whose contents may be run through a filter as it is being read. |
| ChainingResourceFilter |
Resource filter that executes a list of resource filters in order.
|
| ClasspathResource |
Resource that represents a resource found on the classpath.
|
| FileBackedHttpResource |
A resource representing a file read from an HTTP(S) location.
|
| FilesystemResource |
A resource representing a file on the local filesystem.
|
| HttpResource |
A resource representing a file retrieved from a URL using Apache Commons HTTPClient.
|
| PropertyReplacementResourceFilter |
A resource filter that buffers a resource into a string and replaces instance of macros with properties read from a
file.
|
| ResourceChangeWatcher |
A watcher that invokes a callback when a resource update/deletion has been detected.
|
| Enum | Description |
|---|---|
| ResourceChangeListener.ResourceChange |
Types of change events; creation, update, and deletion.
|
| Exception | Description |
|---|---|
| ResourceException |
Indicates a problem accessing a resource.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.