Class FileWithDirectoryInput

Object
SingleFileInputBase
FileWithDirectoryInput
All Implemented Interfaces:
InputFromManager

public class FileWithDirectoryInput extends SingleFileInputBase
An input pertaining to a single file on the file-system - and a directory in which it resides.
Author:
Owen Feehan
  • Constructor Details

    • FileWithDirectoryInput

      public FileWithDirectoryInput(NamedFile file, Path directory)
      Create for a particular file and directory.
      Parameters:
      file - the file this input prefers to.
      directory - a directory that must be a containing directory (at some hierarchical level) of file
  • Method Details

    • getDirectory

      public Path getDirectory()
      A directory that must be a containing directory (at some hierarchical level) of file associated with this input.