org.apache.velocity.util.introspection

Class Info

public class Info extends 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
intcolumn
intline
StringtemplateName
Constructor Summary
Info(String tn, int l, int c)
Info()
Method Summary
intgetColumn()
intgetLine()
StringgetTemplateName()

Field Detail

column

private int column

line

private int line

templateName

private String templateName

Constructor Detail

Info

public Info(String tn, int l, int c)

Info

private Info()

Method Detail

getColumn

public int getColumn()

getLine

public int getLine()

getTemplateName

public String getTemplateName()
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.