org.globus.wsrf.tools.wsdl
Class RelativePathUtil

java.lang.Object
  extended byorg.globus.wsrf.tools.wsdl.RelativePathUtil

public class RelativePathUtil
extends java.lang.Object


Constructor Summary
RelativePathUtil()
           
 
Method Summary
private static java.util.LinkedList getPathList(java.io.File file)
           
static java.lang.String getRelativeFileName(java.io.File target, java.io.File realativeTo)
          Returns the name of one file relative to another.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelativePathUtil

public RelativePathUtil()
Method Detail

getRelativeFileName

public static java.lang.String getRelativeFileName(java.io.File target,
                                                   java.io.File realativeTo)
Returns the name of one file relative to another. The name it returns uses forward slashes "/" instead of the system specific file separator.


getPathList

private static java.util.LinkedList getPathList(java.io.File file)