Uses of Class
org.codehaus.plexus.compiler.CompilerMessage
-
-
Uses of CompilerMessage in org.codehaus.plexus.compiler
Subclasses of CompilerMessage in org.codehaus.plexus.compiler Modifier and Type Class Description classCompilerErrorDeprecated.Methods in org.codehaus.plexus.compiler that return types with arguments of type CompilerMessage Modifier and Type Method Description protected java.util.List<CompilerMessage>AbstractCompilerTckTest. compile(CompilerConfiguration configuration)java.util.List<CompilerMessage>CompilerResult. getCompilerMessages()Method parameters in org.codehaus.plexus.compiler with type arguments of type CompilerMessage Modifier and Type Method Description protected intAbstractCompilerTest. compilerErrorCount(java.util.List<CompilerMessage> messages)CompilerResultCompilerResult. compilerMessages(java.util.List<CompilerMessage> compilerMessages)voidCompilerResult. setCompilerMessages(java.util.List<CompilerMessage> compilerMessages)Constructor parameters in org.codehaus.plexus.compiler with type arguments of type CompilerMessage Constructor Description CompilerResult(boolean success, java.util.List<CompilerMessage> compilerMessages)Constructs a compiler result. -
Uses of CompilerMessage in org.codehaus.plexus.compiler.csharp
Methods in org.codehaus.plexus.compiler.csharp that return CompilerMessage Modifier and Type Method Description static CompilerMessageCSharpCompiler. parseLine(java.lang.String line)Deprecated.static CompilerMessageDefaultCSharpCompilerParser. parseLine(java.lang.String line)Methods in org.codehaus.plexus.compiler.csharp that return types with arguments of type CompilerMessage Modifier and Type Method Description static java.util.List<CompilerMessage>CSharpCompiler. parseCompilerOutput(java.io.BufferedReader bufferedReader) -
Uses of CompilerMessage in org.codehaus.plexus.compiler.eclipse
Methods in org.codehaus.plexus.compiler.eclipse that return types with arguments of type CompilerMessage Modifier and Type Method Description java.util.List<CompilerMessage>EcjResponseParser. parse(java.io.File xmltf, boolean errorsAsWarnings)Scan the specified response file for compilation messages. -
Uses of CompilerMessage in org.codehaus.plexus.compiler.j2objc
Methods in org.codehaus.plexus.compiler.j2objc that return CompilerMessage Modifier and Type Method Description static CompilerMessageDefaultJ2ObjCCompilerParser. parseLine(java.lang.String line)Parse a line of log, reading the error and translating lines.Methods in org.codehaus.plexus.compiler.j2objc that return types with arguments of type CompilerMessage Modifier and Type Method Description static java.util.List<CompilerMessage>J2ObjCCompiler. parseCompilerOutput(java.io.BufferedReader bufferedReader) -
Uses of CompilerMessage in org.codehaus.plexus.compiler.jikes
Methods in org.codehaus.plexus.compiler.jikes that return types with arguments of type CompilerMessage Modifier and Type Method Description protected java.util.List<CompilerMessage>JikesCompiler. parseStream(java.io.BufferedReader input, java.util.List<CompilerMessage> messages)Parse the compiler error stream to produce a list ofCompilerMessagesMethod parameters in org.codehaus.plexus.compiler.jikes with type arguments of type CompilerMessage Modifier and Type Method Description protected java.util.List<CompilerMessage>JikesCompiler. parseStream(java.io.BufferedReader input, java.util.List<CompilerMessage> messages)Parse the compiler error stream to produce a list ofCompilerMessages
-