org.drools.builder
Interface KnowledgeBuilderResult

All Known Subinterfaces:
KnowledgeBuilderError

public interface KnowledgeBuilderResult

A super interface for Knowledge Building result messages.


Method Summary
 int[] getLines()
          Returns the lines that generated this result message in the source file
 String getMessage()
          Returns the result message
 ResultSeverity getSeverity()
          Returns the result severity
 

Method Detail

getSeverity

ResultSeverity getSeverity()
Returns the result severity

Returns:

getMessage

String getMessage()
Returns the result message


getLines

int[] getLines()
Returns the lines that generated this result message in the source file

Returns:


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.