Class CsvAlignmentDataReader

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      javax.swing.filechooser.FileFilter getFileFilter()  
      boolean isHandling​(java.util.List<java.io.File> files)  
      AlignmentData read​(java.util.List<java.io.File> files)
      read and return the data from a given file
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CsvAlignmentDataReader

        public CsvAlignmentDataReader()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in interface Reader
        Returns:
        a description of the files to handle
      • getFileFilter

        public javax.swing.filechooser.FileFilter getFileFilter()
        Specified by:
        getFileFilter in interface Reader
        Returns:
        the file filter which can be used for a file-open dialog.
      • isHandling

        public boolean isHandling​(java.util.List<java.io.File> files)
        Specified by:
        isHandling in interface Reader
        Parameters:
        files - the files to test
        Returns:
        true if this Reader can handle all the given files, false if not