Uses of Class
org.opensaml.util.resource.ResourceException

Packages that use ResourceException
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 ResourceException in org.opensaml.util.resource
 

Methods in org.opensaml.util.resource that throw ResourceException
 java.io.InputStream ResourceFilter.applyFilter(java.io.InputStream resource)
          Applies this filter to the given stream.
 java.io.InputStream PropertyReplacementResourceFilter.applyFilter(java.io.InputStream resource)
          Applies this filter to the given stream.
 java.io.InputStream ChainingResourceFilter.applyFilter(java.io.InputStream resource)
          Applies this filter to the given stream.
 boolean HttpResource.exists()
          Checks whether the resource exists.
 boolean FileBackedHttpResource.exists()
          Checks whether the resource exists.
 boolean FilesystemResource.exists()
          Checks whether the resource exists.
 boolean Resource.exists()
          Checks whether the resource exists.
 boolean ClasspathResource.exists()
          Checks whether the resource exists.
 java.io.InputStream HttpResource.getInputStream()
          Gets the inputstream to the resource's data.
 java.io.InputStream FileBackedHttpResource.getInputStream()
          Gets the inputstream to the resource's data.
 java.io.InputStream FilesystemResource.getInputStream()
          Gets the inputstream to the resource's data.
 java.io.InputStream Resource.getInputStream()
          Gets the inputstream to the resource's data.
 java.io.InputStream ClasspathResource.getInputStream()
          Gets the inputstream to the resource's data.
 org.joda.time.DateTime HttpResource.getLastModifiedTime()
          Gets the date and time the resource was last modified.
 org.joda.time.DateTime FileBackedHttpResource.getLastModifiedTime()
          Gets the date and time the resource was last modified.
 org.joda.time.DateTime FilesystemResource.getLastModifiedTime()
          Gets the date and time the resource was last modified.
 org.joda.time.DateTime Resource.getLastModifiedTime()
          Gets the date and time the resource was last modified.
 org.joda.time.DateTime ClasspathResource.getLastModifiedTime()
          Gets the date and time the resource was last modified.
protected  org.apache.commons.httpclient.methods.GetMethod HttpResource.getResource()
          Gets remote resource.
protected  void FileBackedHttpResource.saveToResourceFile(byte[] resource)
          Saves a resource to the backing file.
 

Constructors in org.opensaml.util.resource that throw ResourceException
ClasspathResource(java.lang.String path)
          Constructor.
ClasspathResource(java.lang.String path, ResourceFilter resourceFilter)
          Constructor.
FilesystemResource(java.lang.String resourcePath)
          Constructor.
FilesystemResource(java.lang.String resourcePath, ResourceFilter resourceFilter)
          Constructor.
FilesystemResource(java.net.URI resourceURI)
          Constructor.
FilesystemResource(java.net.URI resourceURI, ResourceFilter resourceFilter)
          Constructor.
ResourceChangeWatcher(Resource resource)
          Constructor.
ResourceChangeWatcher(Resource resource, long pollingFrequency)
          Constructor.
ResourceChangeWatcher(Resource resource, long pollingFrequency, int retryAttempts)
          Constructor.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.