|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.freedom.util.PathFinder
public class PathFinder
Builds a relative URL path from current directory to the base directory
| Constructor Summary | |
|---|---|
PathFinder()
|
|
| Method Summary | |
|---|---|
static java.io.File |
findRelativePath(java.lang.String base,
java.lang.String path)
Builds a relative path to the given base path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathFinder()
| Method Detail |
|---|
public static java.io.File findRelativePath(java.lang.String base,
java.lang.String path)
throws java.io.IOException
base - - the path used as the basepath - - the path to compute relative to the base path
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||