com.opensymphony.webwork.util.classloader.problems
Class DefaultCompilationProblemHandler
java.lang.Object
com.opensymphony.webwork.util.classloader.problems.DefaultCompilationProblemHandler
- All Implemented Interfaces:
- CompilationProblemHandler
- Direct Known Subclasses:
- ConsoleCompilationProblemHandler, LogCompilationProblemHandler
public class DefaultCompilationProblemHandler
- extends Object
- implements CompilationProblemHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCompilationProblemHandler
public DefaultCompilationProblemHandler()
onStart
public void onStart()
- Specified by:
onStart
in interface CompilationProblemHandler
handle
public void handle(CompilationProblem pProblem)
- Specified by:
handle
in interface CompilationProblemHandler
onStop
public void onStop()
- Specified by:
onStop
in interface CompilationProblemHandler
getErrors
public CompilationProblem[] getErrors()
getWarnings
public CompilationProblem[] getWarnings()