railo.runtime.debug
Class DebugTraceImpl
java.lang.Object
railo.runtime.debug.DebugTraceImpl
- All Implemented Interfaces:
- Serializable, DebugTrace
public final class DebugTraceImpl
- extends Object
- implements DebugTrace
- See Also:
- Serialized Form
DebugTraceImpl
public DebugTraceImpl(int type,
String category,
String text,
String template,
int line,
String action,
String varName,
String varValue,
long time)
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()
- Specified by:
getAction
in interface DebugTrace
Copyright © 2012 Railo