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 class
CompilerError
Deprecated.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 int
AbstractCompilerTest. compilerErrorCount(java.util.List<CompilerMessage> messages)
CompilerResult
CompilerResult. compilerMessages(java.util.List<CompilerMessage> compilerMessages)
void
CompilerResult. 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 CompilerMessage
CSharpCompiler. parseLine(java.lang.String line)
Deprecated.static CompilerMessage
DefaultCSharpCompilerParser. 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 CompilerMessage
DefaultJ2ObjCCompilerParser. 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 ofCompilerMessage
sMethod 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 ofCompilerMessage
s
-