Class TxtFileExtractor.Settings

    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • getExtensions

        @Description("The list of file extensions on which this processor will act (case insensitive). If empty, then the processor will act on all files.")
        public List<String> getExtensions()
      • setExtensions

        public void setExtensions​(List<String> extensions)
      • getCharset

        @Description("The charset to read the files with")
        public String getCharset()
      • setCharset

        public void setCharset​(String charset)