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
    Sets the file handle for the file handle property.
  • Method Details

    • setFileHandle

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