Interface FileHandleAccessor

All Known Subinterfaces:
FileHandleAccessor.FileHandleProperty
All Known Implementing Classes:
ConcurrentAccessException, FileSystemException.FileException, FileSystemException.FileException.NoAccessException, IllegalFileException, NoDeleteAccessException, NoReadAccessException, NoWriteAccessException, UnknownFileException

public interface FileHandleAccessor
Provides an accessor for a file handle property.
  • Method Details

    • getFileHandle

      FileHandle getFileHandle()
      Retrieves the file handle from the file property.
      Returns:
      The file handle stored by the file handle property.