|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resource | |
---|---|
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). |
Uses of Resource in org.opensaml.util.resource |
---|
Classes in org.opensaml.util.resource that implement Resource | |
---|---|
class |
AbstractFilteredResource
A Resource whose contents may be run through a filter as it is being read. |
class |
ClasspathResource
Resource that represents a resource found on the classpath. |
class |
FileBackedHttpResource
A resource representing a file read from an HTTP(S) location. |
class |
FilesystemResource
A resource representing a file on the local filesystem. |
class |
HttpResource
A resource representing a file retrieved from a URL using Apache Commons HTTPClient. |
Methods in org.opensaml.util.resource with parameters of type Resource | |
---|---|
void |
ResourceChangeListener.onResourceCreate(Resource resource)
Called when a resource is created. |
void |
ResourceChangeListener.onResourceDelete(Resource resource)
Called when a resource is deleted. |
void |
ResourceChangeListener.onResourceUpdate(Resource resource)
Called when a resource is update. |
Constructors in org.opensaml.util.resource with parameters of type Resource | |
---|---|
ResourceChangeWatcher(Resource resource)
Constructor. |
|
ResourceChangeWatcher(Resource resource,
long pollingFrequency)
Constructor. |
|
ResourceChangeWatcher(Resource resource,
long pollingFrequency,
int retryAttempts)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |