Class DefaultJ2ObjCCompilerParser

java.lang.Object
org.codehaus.plexus.compiler.j2objc.DefaultJ2ObjCCompilerParser

public class DefaultJ2ObjCCompilerParser extends Object
Handle the output of J2ObjC
  • Field Details

    • ERROR_PREFIX

      private static String ERROR_PREFIX
    • CONVERT_PREFIX

      private static String CONVERT_PREFIX
    • TRANSLATION_PREFIX

      private static String TRANSLATION_PREFIX
  • Constructor Details

    • DefaultJ2ObjCCompilerParser

      public DefaultJ2ObjCCompilerParser()
  • Method Details

    • parseLine

      public static CompilerMessage parseLine(String line)
      Parse a line of log, reading the error and translating lines.
      Parameters:
      line -
      Returns:
      The compiler message for this line or null if there is no need of a message.