Class PlainTextContentReader

java.lang.Object
ru.ewc.decita.input.PlainTextContentReader
All Implemented Interfaces:
ContentReader

public final class PlainTextContentReader extends Object implements ContentReader
I am the specific ContentReader that knows how to read CSV-files. My main responsibility is to perform file-system read operation and transform the file lines into a format suitable for constructing DecisionTables.
Since:
0.2
  • Constructor Details

    • PlainTextContentReader

      public PlainTextContentReader(URI dir, String extension, String delimiter)
      Ctor with specified delimiter.
      Parameters:
      dir - The folder of source data files.
      extension - The extension of source data files.
      delimiter - The symbol that separates CSV-record fields.
  • Method Details