Class MemoryUsageMessage
java.lang.Object
org.pentaho.reporting.libraries.base.util.MemoryUsageMessage
public class MemoryUsageMessage
extends java.lang.Object
A helper class to print memory usage message if needed.
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.String
toString()
Returns a string representation of the message (useful for debugging).Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
MemoryUsageMessage
public MemoryUsageMessage(java.lang.String message) Creates a new message.- Parameters:
message
- the message.
-
-
Method Details
-
toString
public java.lang.String toString()Returns a string representation of the message (useful for debugging).- Overrides:
toString
in classjava.lang.Object
- Returns:
- the string.
-