|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.moyoman.debug.Debug
This is the base class which all debug type classes must extend.
| Field Summary | |
private String |
header
The information which the debug object represents. |
| Constructor Summary | |
protected |
Debug(String h)
Create the debug object. |
| Method Summary | |
String |
getHeaderType()
Get the explanatory string for the debug object. |
abstract DebugType |
getType()
Get the debug type of this object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private String header
| Constructor Detail |
protected Debug(String h)
h - - A symbolic string which explains what the debug object represents.
The Message.getMessage() method should be used to get the displayable String
in the appropriate language.| Method Detail |
public String getHeaderType()
public abstract DebugType getType()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||