|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jci.compilers.CompilationResult
public final class CompilationResult
A CompilationResult represents the result of a compilation. It includes errors (which failed the compilation) or warnings (that can be ignored and do not affect the creation of the class files)
Constructor Summary | |
---|---|
CompilationResult(CompilationProblem[] pProblems)
|
Method Summary | |
---|---|
CompilationProblem[] |
getErrors()
|
CompilationProblem[] |
getWarnings()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompilationResult(CompilationProblem[] pProblems)
Method Detail |
---|
public CompilationProblem[] getErrors()
public CompilationProblem[] getWarnings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |