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(java.lang.String aFile)
Sets the file handle for the file handle property.
-