Class CSVConfig


  • public class CSVConfig
    extends Object
    • Constructor Detail

      • CSVConfig

        public CSVConfig()
    • Method Detail

      • getInputs

        public List<CSVInput> getInputs()
        Get all inputs nodes
        Returns:
        the inputs
      • setInputs

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

        public List<DataAdapter> getAdapters()
        Get all adapters nodes.
        Returns:
        list of all adapters
      • 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