org.apache.commons.jci.problems
Interface CompilationProblem

All Known Implementing Classes:
EclipseCompilationProblem, GroovyCompilationProblem, JaninoCompilationProblem

public interface CompilationProblem


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

Method Detail

isError

public boolean isError()

getFileName

public java.lang.String getFileName()

getStartLine

public int getStartLine()

getStartColumn

public int getStartColumn()

getEndLine

public int getEndLine()

getEndColumn

public int getEndColumn()

getMessage

public java.lang.String getMessage()


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