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.
ResourceFilter Filter that operates over a resource.
 

Class Summary
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 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.



Copyright © 2006-2013 Internet2. All Rights Reserved.