Class StringLocation
java.lang.Object
org.apache.tapestry5.commons.internal.services.StringLocation
- All Implemented Interfaces:
Location
Implementation of
Location
used when the underlying resource isn't really known.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringLocation
-
-
Method Details
-
toString
-
getColumn
Returns 0. -
getLine
Description copied from interface:Location
The line number within the resource, if known, or -1 otherwise. -
getResource
Returns null; we don't know where the file really is (it's probably a class on the class path).- Specified by:
getResource
in interfaceLocation
-