de.matthias_burbach.mosaique.core.model
Interface PathFinder
- All Known Implementing Classes: 
- VrpEclipsePathFinder
- public interface PathFinder
Maps relative file paths to absolute paths in the file system.
 Is used to find Tiles definition files and JSPs in the file system.
- Author:
- Matthias Burbach
 
findAbsolutePath
public java.lang.String findAbsolutePath(java.lang.String relativePath)
- 
- Parameters:
- relativePath- The relative path to map to an absolute path.
- Returns:
- The absolute path.
 
Copyright © 2005-2006 . All Rights Reserved.