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 Type
    Method
    Description
    void
    Sets the file system for this property.
  • Method Details

    • setFileSystem

      void setFileSystem(FileSystem aFileSystem)
      Sets the file system for this property.
      Parameters:
      aFileSystem - The file system of this property.