Interface DuplicatingFileSystem.CopyRequest

  • Enclosing interface:
    DuplicatingFileSystem

    public static interface DuplicatingFileSystem.CopyRequest
    A pair of source and destination to duplicate a file.
    • Method Detail

      • getSource

        Path getSource()
        The path of the source file to duplicate.
      • getDestination

        Path getDestination()
        The path where to duplicate the source file.