Interface IFileRegistrar

All Superinterfaces:
Findable
All Known Implementing Classes:
FileRegistrar

public interface IFileRegistrar extends Findable
File registration service that listens to scans (via DataWriterExtender) and can be used directly by detectors. Files will be archived and listed in icat and possibly post-processed. Whatever the pipeline is configured to do.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerFile(String fileName)
    detectors writing files independently of scans.
    void
    registerFiles(String[] fileNames)
    detectors writing files independently of scans.

    Methods inherited from interface gda.factory.Findable

    getName, setName
  • Method Details

    • registerFile

      void registerFile(String fileName)
      detectors writing files independently of scans.
      Parameters:
      fileName - absolute Pathname of file to register
    • registerFiles

      void registerFiles(String[] fileNames)
      detectors writing files independently of scans.
      Parameters:
      fileNames - An array of absolute Pathnames of files to register