Class ProcessOutputAlignmentCollector

java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputAlignmentCollector
All Implemented Interfaces:
ProcessOutputConsumer, AutoCloseable

public class ProcessOutputAlignmentCollector extends Object implements ProcessOutputConsumer
A collector which searches for an alignment URL or creates a file with the content of the lines and returns the url of this file.
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • URL_PATTERN

      private static final Pattern URL_PATTERN
    • alignmentFile

      private File alignmentFile
    • writer

      private BufferedWriter writer
    • lastLine

      private String lastLine
    • isFirstLine

      private boolean isFirstLine
  • Constructor Details

    • ProcessOutputAlignmentCollector

      public ProcessOutputAlignmentCollector()
  • Method Details