com.opensymphony.webwork.util.classloader.problems
Interface CompilationProblem

All Known Implementing Classes:
EclipseCompilationProblem

public interface CompilationProblem


Method Summary
 int getEndColumn()
           
 int getEndLine()
           
 String getFileName()
           
 String getMessage()
           
 int getStartColumn()
           
 int getStartLine()
           
 boolean isError()
           
 

Method Detail

isError

boolean isError()

getFileName

String getFileName()

getStartLine

int getStartLine()

getStartColumn

int getStartColumn()

getEndLine

int getEndLine()

getEndColumn

int getEndColumn()

getMessage

String getMessage()

WebWork Project Page