public interface LocationAware
LocationAware
represents a Tag or Exception which is location aware.
That is to say it is capable of recording where in a Jelly script a tag or exception
is used which can aid debugging and tracing.
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber() |
String |
getElementName() |
String |
getFileName() |
int |
getLineNumber() |
void |
setColumnNumber(int columnNumber)
Sets the column number of the tag
|
void |
setElementName(String elementName)
Sets the element name which caused the problem
|
void |
setFileName(String fileName)
Sets the Jelly file which caused the problem
|
void |
setLineNumber(int lineNumber)
Sets the line number of the tag
|
int getLineNumber()
void setLineNumber(int lineNumber)
int getColumnNumber()
void setColumnNumber(int columnNumber)
String getFileName()
void setFileName(String fileName)
String getElementName()
void setElementName(String elementName)
Copyright © 2014 Apache Software Foundation. All rights reserved.