パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.common.config | |
edu.internet2.middleware.shibboleth.common.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).
|
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
SpringConfigurationUtils.populateRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry beanRegistry,
List<Resource> configurationResources)
Loads a set of spring configuration resources into a given application context.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
SVNResource.checkoutOrUpdateResource()
Checks out the resource specified by the
SVNResource.remoteRepository in to the working copy
SVNResource.workingCopyDirectory . |
protected void |
SVNResource.checkWorkingCopyDirectory(File directory)
Checks that the given file exists, or can be created, is a directory, and is read/writable by this process.
|
boolean |
SVNResource.exists()
Checks whether the resource exists.
|
InputStream |
SVNResource.getInputStream()
Gets the inputstream to the resource's data.
|
org.joda.time.DateTime |
SVNResource.getLastModifiedTime()
Gets the date and time the resource was last modified.
|
protected File |
SVNResource.getResourceFile()
Gets
File for the resource. |
コンストラクタと説明 |
---|
SVNResource(org.tmatesoft.svn.core.wc.SVNClientManager svnClientMgr,
org.tmatesoft.svn.core.SVNURL repositoryUrl,
File workingCopy,
long workingRevision,
String resourceFile)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected InputStream |
AbstractFilteredResource.applyFilter(InputStream stream)
Applies the filter to the given stream resulting in the returned stream.
|
InputStream |
ResourceFilter.applyFilter(InputStream resource)
Applies this filter to the given stream.
|
InputStream |
ChainingResourceFilter.applyFilter(InputStream resource)
Applies this filter to the given stream.
|
InputStream |
PropertyReplacementResourceFilter.applyFilter(InputStream resource)
Applies this filter to the given stream.
|
boolean |
FilesystemResource.exists()
Checks whether the resource exists.
|
boolean |
FileBackedHttpResource.exists()
Checks whether the resource exists.
|
boolean |
ClasspathResource.exists()
Checks whether the resource exists.
|
boolean |
HttpResource.exists()
Checks whether the resource exists.
|
boolean |
Resource.exists()
Checks whether the resource exists.
|
InputStream |
FilesystemResource.getInputStream()
Gets the inputstream to the resource's data.
|
InputStream |
FileBackedHttpResource.getInputStream()
Gets the inputstream to the resource's data.
|
InputStream |
ClasspathResource.getInputStream()
Gets the inputstream to the resource's data.
|
InputStream |
HttpResource.getInputStream()
Gets the inputstream to the resource's data.
|
InputStream |
Resource.getInputStream()
Gets the inputstream to the resource's data.
|
org.joda.time.DateTime |
FilesystemResource.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 |
ClasspathResource.getLastModifiedTime()
Gets the date and time the resource was last modified.
|
org.joda.time.DateTime |
HttpResource.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.
|
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.
|
コンストラクタと説明 |
---|
ClasspathResource(String path)
Constructor.
|
ClasspathResource(String path,
ResourceFilter resourceFilter)
推奨されていません。
|
FilesystemResource(String resourcePath)
Constructor.
|
FilesystemResource(String resourcePath,
ResourceFilter resourceFilter)
推奨されていません。
|
FilesystemResource(URI resourceURI)
Constructor.
|
FilesystemResource(URI resourceURI,
ResourceFilter resourceFilter)
推奨されていません。
|
ResourceChangeWatcher(Resource resource)
Constructor.
|
ResourceChangeWatcher(Resource resource,
long pollingFrequency)
Constructor.
|
ResourceChangeWatcher(Resource resource,
long pollingFrequency,
int retryAttempts)
Constructor.
|
Copyright © 2012. All Rights Reserved.