Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ide
Class PathConverter  view PathConverter download PathConverter.java

java.lang.Object
  extended byide.PathConverter

public class PathConverter
extends java.lang.Object


Constructor Summary
PathConverter()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static java.io.File toRelativePath(java.io.File basePath, java.io.File requestedPath)
           
static java.lang.String toRelativePath(java.lang.String basePath, java.lang.String requestedPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathConverter

public PathConverter()
Method Detail

main

public static void main(java.lang.String[] args)

toRelativePath

public static java.lang.String toRelativePath(java.lang.String basePath,
                                              java.lang.String requestedPath)

toRelativePath

public static java.io.File toRelativePath(java.io.File basePath,
                                          java.io.File requestedPath)