fr.tireme.schemadoc.schemaquality.utils
Class PathResolver

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

public class PathResolver
extends java.lang.Object

PathResolver search for an existing file from a relative file path


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 - - relativePath
Returns:
String - existing file path or null