Package gda.data.fileregistrar
Interface IFileRegistrar
- All Superinterfaces:
Findable
- All Known Implementing Classes:
FileRegistrar
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 TypeMethodDescriptionvoidregisterFile(String fileName) detectors writing files independently of scans.voidregisterFiles(String[] fileNames) detectors writing files independently of scans.
-
Method Details
-
registerFile
detectors writing files independently of scans.- Parameters:
fileName- absolute Pathname of file to register
-
registerFiles
detectors writing files independently of scans.- Parameters:
fileNames- An array of absolute Pathnames of files to register
-