Class CSVExtractorSettings

  • All Implemented Interfaces:
    io.annot8.core.settings.Settings


    public class CSVExtractorSettings
    extends java.lang.Object
    implements io.annot8.core.settings.Settings
    • Constructor Summary

      Constructors 
      Constructor Description
      CSVExtractorSettings​(boolean hasHeaders)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasHeaders​()  
      boolean validate​()  
      • Methods inherited from class java.lang.Object

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

      • CSVExtractorSettings

        public CSVExtractorSettings​(boolean hasHeaders)
    • Method Detail

      • validate

        public boolean validate​()
        Specified by:
        validate in interface io.annot8.core.settings.Settings
      • hasHeaders

        public boolean hasHeaders​()