org.apache.tapestry.test
Class CreatorLocation

java.lang.Object
  extended by org.apache.tapestry.test.CreatorLocation
All Implemented Interfaces:
org.apache.hivemind.Location

public class CreatorLocation
extends java.lang.Object
implements org.apache.hivemind.Location

Fake Location used by Creator when adding properties to a class.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
CreatorLocation()
           
 
Method Summary
 int getColumnNumber()
           
 int getLineNumber()
           
 org.apache.hivemind.Resource getResource()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreatorLocation

public CreatorLocation()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getResource

public org.apache.hivemind.Resource getResource()
Specified by:
getResource in interface org.apache.hivemind.Location

getLineNumber

public int getLineNumber()
Specified by:
getLineNumber in interface org.apache.hivemind.Location

getColumnNumber

public int getColumnNumber()
Specified by:
getColumnNumber in interface org.apache.hivemind.Location