Package cern.accsoft.steering.aloha.read
Interface HelperDataReader<T extends HelperData>
-
- All Superinterfaces:
Reader
- All Known Subinterfaces:
AlignmentDataReader
- All Known Implementing Classes:
CsvAlignmentDataReader
public interface HelperDataReader<T extends HelperData> extends Reader
This is the interface of any class that reads data into aloha
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tread(java.util.List<java.io.File> files)read and return the data from a given file-
Methods inherited from interface cern.accsoft.steering.aloha.read.Reader
getDescription, getFileFilter, isHandling
-
-
-
-
Method Detail
-
read
T read(java.util.List<java.io.File> files) throws ReaderException
read and return the data from a given file- Parameters:
files- the files to read the data from- Returns:
- the data
- Throws:
ReaderException
-
-