Class MatcherSeals.CheckJavaVersionConsumer

java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_base.external.seals.MatcherSeals.CheckJavaVersionConsumer
All Implemented Interfaces:
ProcessOutputConsumer, AutoCloseable
Enclosing class:
MatcherSeals

private class MatcherSeals.CheckJavaVersionConsumer extends Object implements ProcessOutputConsumer
  • Field Details

    • isJava8

      private boolean isJava8
    • versionLine

      private String versionLine
    • isFirstLine

      private boolean isFirstLine
  • Constructor Details

    • CheckJavaVersionConsumer

      private CheckJavaVersionConsumer()
  • Method Details

    • processOutput

      public void processOutput(String line)
      Description copied from interface: ProcessOutputConsumer
      Processes one line of output.
      Specified by:
      processOutput in interface ProcessOutputConsumer
      Parameters:
      line - the whole text line from an external process.
    • getVersionLine

      public String getVersionLine()
    • isJava8

      public boolean isJava8()