Package org.kie.api.builder
Interface Message
- 
 public interface MessageA Message generated by the building process of a KieModule
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classMessage.Level
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetColumn()Returns the column number in the resource of the issue that caused the creation of this MessagelonggetId()Returns the unique identifier of this messageMessage.LevelgetLevel()Returns the message levelintgetLine()Returns the line number in the resource of the issue that caused the creation of this MessageStringgetPath()Returns the path of the resource that caused the creation of this MessageStringgetText()Return the text of this Message
 
- 
- 
- 
Method Detail- 
getIdlong getId() Returns the unique identifier of this message
 - 
getLevelMessage.Level getLevel() Returns the message level
 - 
getPathString getPath() Returns the path of the resource that caused the creation of this Message
 - 
getLineint getLine() Returns the line number in the resource of the issue that caused the creation of this Message
 - 
getColumnint getColumn() Returns the column number in the resource of the issue that caused the creation of this Message
 - 
getTextString getText() Return the text of this Message
 
- 
 
-