This project has retired. For details please refer to its
Attic page.
Locatable (Cocoon Pipeline API 1.0.0 API)
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 $
getLocation
public Location getLocation()
- Get the location of this object
- Returns:
- the location
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.