public static class Progress.Message extends Object implements Serializable
Constructor and Description |
---|
Message(org.dom4j.Element element)
Creates message out of XML element
|
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Time stamp
|
int |
getLevel()
Debug level
|
String |
getMessage()
Message
|
void |
save(org.dom4j.Element element)
Saves message into an XML element
|
String |
toHtmlString()
HTML representation of the message
|
String |
toHtmlString(boolean includeDate)
HTML representation of the message
|
String |
toHtmlString(int level)
HTML representation of the message (null if the message level is
below the given level)
|
String |
toHtmlString(int level,
boolean includeDate)
HTML representation of the message
|
String |
toString()
String representation of the message
|
String |
toString(int level)
String representation of the message (null if the message level is
below the given level)
|
public Message(org.dom4j.Element element)
public String getMessage()
public int getLevel()
public String toString(int level)
public String toHtmlString(int level, boolean includeDate)
public String toHtmlString(int level)
public String toHtmlString(boolean includeDate)
public String toHtmlString()
public void save(org.dom4j.Element element)
Copyright © 2014 UniTime LLC. All Rights Reserved.