fr.tireme.schemadoc.xs2dtd.utils
Class PathResolver

java.lang.Object
  extended by fr.tireme.schemadoc.xs2dtd.utils.PathResolver

public class PathResolver
extends java.lang.Object

PathResolver search for an existing file from a relative file path

Author:
niemaz

Constructor Summary
PathResolver(java.lang.String baseFullPath_)
           
 
Method Summary
static java.lang.String changeToReachablePath(java.lang.String relativePath)
          Changed the non existing relative file path to a reachable relative or absolute file path
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathResolver

public PathResolver(java.lang.String baseFullPath_)
Method Detail

changeToReachablePath

public static java.lang.String changeToReachablePath(java.lang.String relativePath)
Changed the non existing relative file path to a reachable relative or absolute file path

Parameters:
relativePath -
Returns:
existing file path or null