|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAbstractCompiler
org.codehaus.plexus.compiler.jikes.JikesCompiler
public class JikesCompiler
| Constructor Summary | |
|---|---|
JikesCompiler()
|
|
| Method Summary | |
|---|---|
java.util.List |
compile(CompilerConfiguration config)
|
java.lang.String[] |
createCommandLine(CompilerConfiguration config)
|
protected java.util.List |
parseStream(java.io.BufferedReader input,
java.util.List messages)
Parse the compiler error stream to produce a list of CompilerErrors |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JikesCompiler()
| Method Detail |
|---|
public java.util.List compile(CompilerConfiguration config)
throws CompilerException
CompilerException
public java.lang.String[] createCommandLine(CompilerConfiguration config)
throws CompilerException
CompilerException
protected java.util.List parseStream(java.io.BufferedReader input,
java.util.List messages)
throws java.io.IOException
CompilerErrors
input - The error stream
java.io.IOException - If an error occurs during message collection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||