railo.runtime.debug
Class DebugTraceImpl

java.lang.Object
  extended by railo.runtime.debug.DebugTraceImpl
All Implemented Interfaces:
DebugTrace

public final class DebugTraceImpl
extends Object
implements DebugTrace


Constructor Summary
DebugTraceImpl(int type, String category, String text, String template, int line, String action, String varName, String varValue, long time)
           
 
Method Summary
 String getAction()
           
 String getCategory()
           
 int getLine()
           
 String getTemplate()
           
 String getText()
           
 long getTime()
           
 int getType()
           
 String getVarName()
           
 String getVarValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugTraceImpl

public DebugTraceImpl(int type,
                      String category,
                      String text,
                      String template,
                      int line,
                      String action,
                      String varName,
                      String varValue,
                      long time)
Method Detail

getCategory

public String getCategory()
Specified by:
getCategory in interface DebugTrace
Returns:
the category

getLine

public int getLine()
Specified by:
getLine in interface DebugTrace
Returns:
the line

getTemplate

public String getTemplate()
Specified by:
getTemplate in interface DebugTrace
Returns:
the template

getText

public String getText()
Specified by:
getText in interface DebugTrace
Returns:
the text

getTime

public long getTime()
Specified by:
getTime in interface DebugTrace
Returns:
the time

getType

public int getType()
Specified by:
getType in interface DebugTrace
Returns:
the type

getVarValue

public String getVarValue()
Specified by:
getVarValue in interface DebugTrace
Returns:
the var value

getVarName

public String getVarName()
Specified by:
getVarName in interface DebugTrace
Returns:
the var

getAction

public String getAction()


Copyright © 2012 Railo