Package com.ibm.ftt.resources.core.filevalidator

Interface Summary
IFileOperationValidator Common interface that all file operation validators must implement.
IInvalidOperationException Interface that all checked exceptions thrown by a file operation validator must implement.
 

Class Summary
FileOperation Enumeration type indicating the type of operation that we are interested in validating through IFileOperationValidator
 

Exception Summary
InvalidOperationException Exceptions used to indicate that the specified operation on the specified resource is not allowed by the current IFileOperationValidator.