Package org.refcodes.filesystem
Interface FileHandleAccessor
-
- All Known Subinterfaces:
FileHandleAccessor.FileHandleProperty
- All Known Implementing Classes:
ConcurrentAccessException
,IllegalFileHandleException
,NoDeleteAccessException
,NoReadAccessException
,NoWriteAccessException
,UnknownFileException
public interface FileHandleAccessor
Provides an accessor for aFileHandle
property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
FileHandleAccessor.FileHandleMutator
Provides a mutator for aFileHandle
property.static interface
FileHandleAccessor.FileHandleProperty
Provides aFileHandle
property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileHandle
getFile()
Retrieves the file handle from the file property.
-
-
-
Method Detail
-
getFile
FileHandle getFile()
Retrieves the file handle from the file property.- Returns:
- The file handle stored by the file handle property.
-
-