Class CSVConfig


  • public class CSVConfig
    extends Object
    • Constructor Detail

      • CSVConfig

        public CSVConfig()
    • Method Detail

      • setInputs

        public void setInputs​(List<CSVInput> inputs)
        Set inputs nodes
        Parameters:
        inputs - the inputs
      • parse

        public static CSVConfig parse​(File input)
        Parse the input File
        Parameters:
        input - the input file
        Returns:
        an instance of CSVConfig for the given file