Package org.refcodes.filesystem
Interface FileHandleAccessor.FileHandleMutator
-
- All Known Subinterfaces:
FileHandleAccessor.FileHandleProperty
- Enclosing interface:
- FileHandleAccessor
public static interface FileHandleAccessor.FileHandleMutator
Provides a mutator for aFileHandle
property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setFile(String aFile)
Sets the file handle for the file handle property.
-
-
-
Method Detail
-
setFile
void setFile(String aFile)
Sets the file handle for the file handle property.- Parameters:
aFile
- The file handle to be stored by the file handle property.
-
-