|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.matthias_burbach.mosaique4eclipse.views.VrpEclipsePathFinder
Implements the special VRP logic to derive the correct absolute path from a relative path of a resource and from the Eclipse project context.
Constructor Summary | |
VrpEclipsePathFinder(org.eclipse.core.resources.IFile strutsConfigIFile)
|
Method Summary | |
java.lang.String |
findAbsolutePath(java.lang.String relativePath)
A path is first looked up in the brand project that contains the given Struts config file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VrpEclipsePathFinder(org.eclipse.core.resources.IFile strutsConfigIFile)
strutsConfigIFile
- The Struts config file to hook on the path
finder logic for this instance.Method Detail |
public java.lang.String findAbsolutePath(java.lang.String relativePath)
findAbsolutePath
in interface PathFinder
relativePath
- The relative path to map to an absolute path.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |