Interface CheckableResource

All Superinterfaces:
InputStreamSource, Resource
All Known Implementing Classes:
ProcessOutputResource

public interface CheckableResource extends Resource
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