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 TypeMethodDescriptionvoidsetFileSystem(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.
-