|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tritonus.debug.Utils
public class Utils
Utility methods for the debugging aspects.
Constructor Summary | |
---|---|
Utils()
|
Method Summary | |
---|---|
static void |
out(java.lang.String strMessage)
Print message with the current indentation. |
static void |
outEnteringJoinPoint(JoinPoint joinPoint)
|
static void |
outLeavingJoinPoint(JoinPoint joinPoint)
|
static void |
outSteppingIn(java.lang.String strMessage)
Print message, increasing the indentation. |
static void |
outSteppingOut(java.lang.String strMessage)
Print message, decreasing the indentation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utils()
Method Detail |
---|
public static void outEnteringJoinPoint(JoinPoint joinPoint)
public static void outLeavingJoinPoint(JoinPoint joinPoint)
public static void outSteppingIn(java.lang.String strMessage)
public static void outSteppingOut(java.lang.String strMessage)
public static void out(java.lang.String strMessage)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |