public interface Message
Modifier and Type | Interface and Description |
---|---|
static class |
Message.Level |
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Returns the column number in the resource of the issue that caused the creation of this Message
|
long |
getId()
Returns the unique identifier of this message
|
Message.Level |
getLevel()
Returns the message level
|
int |
getLine()
Returns the line number in the resource of the issue that caused the creation of this Message
|
String |
getPath()
Returns the path of the resource that caused the creation of this Message
|
String |
getText()
Return the text of this Message
|
long getId()
Message.Level getLevel()
String getPath()
int getLine()
int getColumn()
String getText()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.