Class MIFileDataSourceOptions

    • Field Detail

      • INPUT_OPTION_KEY

        public static final String INPUT_OPTION_KEY
        The input MI source that contains the interactions. It usually can be a String (path to a file or URL), a File, an InputStream, a URL or a Reader but it can vary depending on the datasources. This option must always be provided to a MIFileDataSource.
        See Also:
        Constant Field Values
      • PARSER_LISTENER_OPTION_KEY

        public static final String PARSER_LISTENER_OPTION_KEY
        The parser listener instance that will listen to the MI parsing events. It has to be an object instance implementing the MIFileParserListener interface. If it is not provided, the default listener provided depends on the datasources.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MIFileDataSourceOptions

        public MIFileDataSourceOptions()