org.tritonus.debug
Class Utils

java.lang.Object
  extended by org.tritonus.debug.Utils

public class Utils
extends java.lang.Object

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

Utils

public Utils()
Method Detail

outEnteringJoinPoint

public static void outEnteringJoinPoint(JoinPoint joinPoint)

outLeavingJoinPoint

public static void outLeavingJoinPoint(JoinPoint joinPoint)

outSteppingIn

public static void outSteppingIn(java.lang.String strMessage)
Print message, increasing the indentation.


outSteppingOut

public static void outSteppingOut(java.lang.String strMessage)
Print message, decreasing the indentation.


out

public static void out(java.lang.String strMessage)
Print message with the current indentation.