参照先: 説明
| インタフェース | 説明 |
|---|---|
| Resource |
An interface representing an data resource.
|
| ResourceChangeListener |
A resource change listener.
|
| ResourceFilter |
Filter that operates over a resource.
|
| クラス | 説明 |
|---|---|
| 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.
|
| 列挙型 | 説明 |
|---|---|
| ResourceChangeListener.ResourceChange |
Types of change events; creation, update, and deletion.
|
| 例外 | 説明 |
|---|---|
| ResourceException |
Indicates a problem accessing a resource.
|
Copyright © 2012. All Rights Reserved.