Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.dinopolis.util.debug
Class DebugMessageFormatFactory  view DebugMessageFormatFactory download DebugMessageFormatFactory.java

java.lang.Object
  extended byorg.dinopolis.util.debug.DebugMessageFormatFactory

public class DebugMessageFormatFactory
extends java.lang.Object

This class is responsible for creating the parts of the message format.


Field Summary
(package private) static java.lang.String CLASS_PACKAGE
           
(package private) static java.lang.String CLASS_PREFIX
           
 
Constructor Summary
DebugMessageFormatFactory()
           
 
Method Summary
static DebugMessageFormatObject getMessageFormatObject(java.lang.String name)
          Returns a new object of the specified DebugMessage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

DebugMessageFormatFactory

public DebugMessageFormatFactory()
Method Detail

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".