Module org.refcodes.filesystem
Package org.refcodes.filesystem
Interface FileSystemAccessor.FileSystemMutator
- All Known Subinterfaces:
FileSystemAccessor.FileSystemProperty
- Enclosing interface:
- FileSystemAccessor
public static interface FileSystemAccessor.FileSystemMutator
Provides a mutator for a
FileSystem
property.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFileSystem
(FileSystem aFileSystem) Sets the file system for this property.
-
Method Details
-
setFileSystem
Sets the file system for this property.- Parameters:
aFileSystem
- The file system of this property.
-