org.drools.commons.jci.compilers
Class CompilationResult
java.lang.Object
org.drools.commons.jci.compilers.CompilationResult
public final class CompilationResult
- extends Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompilationResult
public CompilationResult(CompilationProblem[] pProblems)
getErrors
public CompilationProblem[] getErrors()
getWarnings
public CompilationProblem[] getWarnings()
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.