Interface MorePaths.FileWriteHandler

Enclosing class:
MorePaths

public static interface MorePaths.FileWriteHandler
Command pattern interface delegating the file write operation to its caller.
Author:
Sven Haag
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(Path filePath)
     
  • Method Details

    • write

      void write(Path filePath) throws IOException
      Parameters:
      filePath - where the write operation should take place on.
      Throws:
      IOException - if an I/O error occurs