Package org.opensaml.util.resource

Utility classes that represent readable, stream based, resources such as local filesystem and classpath resources as well as remote resources such as documents retrieved via HTTP(S).

See:
          Description

Interface Summary
Resource An interface representing an data resource.
ResourceChangeListener A resource change listener.
 

Class Summary
ClasspathResource Resource that represents a resource found on the classpath.
FilesystemResource A resource representing a file on the local filesystem.
HttpResource A resource representing a file retrieved from a URL using Apache Commons' HTTPClient.
ResourceChangeWatcher A watcher that invokes a callback when a resource update/deletion has been detected.
 

Enum Summary
ResourceChangeListener.ResourceChange Types of change events; creation, update, and deletion.
 

Exception Summary
ResourceException Indicates a problem accessing a resource.
 

Package org.opensaml.util.resource Description

Utility classes that represent readable, stream based, resources such as local filesystem and classpath resources as well as remote resources such as documents retrieved via HTTP(S). Also contains support for monitoring such resources for changes.