|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.vfs.util.Resolver
public final class Resolver
A utility class providing URI path resolution methods for the virtual filesystem.
| Method Summary | |
|---|---|
static VFile |
resolveAsFile(VFolder base,
java.lang.String path)
Resolves the specified path to a virtual file against the specified folder. |
static VFolder |
resolveAsFolder(VFolder base,
java.lang.String path)
Resolves the specified path to a virtual folder against the specified folder. |
static VVolume |
resolveAsVolume(VFolder base,
java.lang.String path)
Resolves the specified path to a new virtual volume against the specified folder, with the volumes root at the resolved path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static VFile resolveAsFile(VFolder base,
java.lang.String path)
base - the virtual folder to resolve the path againstpath - the path to get a virtual file for
public static VFolder resolveAsFolder(VFolder base,
java.lang.String path)
base - the virtual folder to resolve the path againstpath - the path to get a virtual folder for
public static VVolume resolveAsVolume(VFolder base,
java.lang.String path)
base - the virtual folder to resolve the path againstpath - the path to get a virtual volume for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||