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.java 587751 2007-10-24 02:41:36Z vgritsenko $

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.