Module org.refcodes.filesystem
Package org.refcodes.filesystem
Interface FileSystemAccessor.FileSystemMutator
-
- All Known Subinterfaces:
FileSystemAccessor.FileSystemProperty
- Enclosing interface:
- FileSystemAccessor
public static interface FileSystemAccessor.FileSystemMutatorProvides a mutator for aFileSystemproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetFileSystem(FileSystem aFileSystem)Sets the file system for this property.
-
-
-
Method Detail
-
setFileSystem
void setFileSystem(FileSystem aFileSystem)
Sets the file system for this property.- Parameters:
aFileSystem- The file system of this property.
-
-