|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rproject.ant.Message
public class Message
A message that is captured from the R output
Field Summary | |
---|---|
static int |
ERROR
Error or warning |
private java.lang.String |
message
The text of the message |
static int |
MESSAGE
A regular message |
private int |
type
The type of the message |
Constructor Summary | |
---|---|
Message(java.lang.String message)
Creates a regular message |
|
Message(java.lang.String message,
int type)
Creates a message of a given type |
Method Summary | |
---|---|
java.lang.String |
getMessage()
|
int |
getType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MESSAGE
public static final int ERROR
private java.lang.String message
private int type
Constructor Detail |
---|
public Message(java.lang.String message, int type)
message
- text of the messagetype
- type of messagepublic Message(java.lang.String message)
message
- text of the messageMethod Detail |
---|
public java.lang.String getMessage()
public int getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |