org.apache.commons.jci.compilers
Class CompilationResult

java.lang.Object
  extended byorg.apache.commons.jci.compilers.CompilationResult

public final class CompilationResult
extends java.lang.Object


Constructor Summary
CompilationResult(java.util.Collection 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

CompilationResult

public CompilationResult(java.util.Collection pProblems)
Method Detail

getErrors

public CompilationProblem[] getErrors()

getWarnings

public CompilationProblem[] getWarnings()


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.