org.apache.velocity.util.introspection

Class 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 String
templateName

Constructor Summary

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

Method Summary

int
getColumn()
int
getLine()
String
getTemplateName()

Field Details

column

private int column

line

private int line

templateName

private String templateName

Constructor Details

Info

private Info()

Info

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

Method Details

getColumn

public int getColumn()

getLine

public int getLine()

getTemplateName

public String getTemplateName()

Copyright B) 2002 Apache Software Foundation. All Rights Reserved.