org.apache.velocity.util.introspection
Class Info

java.lang.Object
  |
  +--org.apache.velocity.util.introspection.Info

public class Info
extends java.lang.Object

Little class to carry in info such as template name, line and column for information error reporting from the uberspector implementations

Version:
$Id: Info.java,v 1.1.4.1 2004/03/03 23:23:08 geirm Exp $
Author:
Geir Magnusson Jr.

Field Summary
private  int column
           
private  int line
           
private  java.lang.String templateName
           
 
Constructor Summary
private Info()
           
  Info(java.lang.String tn, int l, int c)
           
 
Method Summary
 int getColumn()
           
 int getLine()
           
 java.lang.String getTemplateName()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

line

private int line

column

private int column

templateName

private java.lang.String templateName
Constructor Detail

Info

public Info(java.lang.String tn,
            int l,
            int c)

Info

private Info()
Method Detail

getTemplateName

public java.lang.String getTemplateName()

getLine

public int getLine()

getColumn

public int getColumn()


Copyright © 2002 Apache Software Foundation. All Rights Reserved.