java.lang.Object
org.dinopolis.util.debug.DebugMessageFormatFactory
- public class DebugMessageFormatFactory
- extends java.lang.Object
This class is responsible for creating the parts of the message format.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_PACKAGE
static final java.lang.String CLASS_PACKAGE
- See Also:
- Constant Field Values
CLASS_PREFIX
static final java.lang.String CLASS_PREFIX
- See Also:
- Constant Field Values
DebugMessageFormatFactory
public DebugMessageFormatFactory()
getMessageFormatObject
public static DebugMessageFormatObject getMessageFormatObject(java.lang.String name)
throws java.lang.ClassNotFoundException,
java.lang.IllegalAccessException,
java.lang.InstantiationException
- Returns a new object of the specified DebugMessage. The class name
is created by appending the given name in uppercase to the prefix
"DebugMessage".