Interface CheckableResource
- All Superinterfaces:
InputStreamSource
,Resource
- All Known Implementing Classes:
ProcessOutputResource
A CheckableResource is a
Resource
which can be checked for validity.
If the check method throws an exception, any information obtained from the Resource should be discarded.- Author:
- Glyn Normington
-
Method Summary
Methods inherited from interface org.springframework.core.io.InputStreamSource
getInputStream
Methods inherited from interface org.springframework.core.io.Resource
contentLength, createRelative, exists, getContentAsByteArray, getContentAsString, getDescription, getFile, getFilename, getURI, getURL, isFile, isOpen, isReadable, lastModified, readableChannel
-
Method Details
-
check
- Throws:
IOException
-