Interface FileHandleAccessor.FileHandleMutator

All Known Subinterfaces:
FileHandleAccessor.FileHandleProperty
Enclosing interface:
FileHandleAccessor

public static interface FileHandleAccessor.FileHandleMutator
Provides a mutator for a file handle property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setFile(String aFile)
    Sets the file handle for the file handle property.
  • Method Details

    • setFile

      void setFile(String aFile)
      Sets the file handle for the file handle property.
      Parameters:
      aFile - The file handle to be stored by the file handle property.