|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.iges.util.FileResolver
Provides slightly more flexible handling of paths than the java.io.File class.
| Constructor Summary | |
FileResolver()
|
|
| Method Summary | |
static java.io.File |
resolve(java.lang.String path,
java.lang.String filename)
Resolves a filename relative to a base path, similar to the way a URL is resolved relative to the server's base URL. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileResolver()
| Method Detail |
public static java.io.File resolve(java.lang.String path,
java.lang.String filename)
path parameter.
filename - The filename to be resolved.path - The path to resolve relative filenames by.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||