org.apache.cocoon.util.location
Interface Locatable

All Known Subinterfaces:
LocatableException, MultiLocatable
All Known Implementing Classes:
LocatedException, LocatedRuntimeException

public interface Locatable

A interface that should be implemented by objects knowning their location (i.e. where they have been created from).

Since:
2.1.8
Version:
$Id: Locatable.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Method Summary
 Location getLocation()
          Get the location of this object
 

Method Detail

getLocation

public Location getLocation()
Get the location of this object

Returns:
the location


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.