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)