|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.vfs.VFSHelpers
public final class VFSHelpers
contains static helper methods for the VirtualFileSystem.
| Field Summary | |
|---|---|
static java.lang.StringBuilder |
ILLEGAL_CHARACTERS
characters that must not be used in a path element. |
| Method Summary | |
|---|---|
protected static void |
checkPathElement(java.lang.String element)
checks a path element for maximum length and illegal characters. |
protected static void |
checkURI(java.net.URI uri)
checks, if the given URI matches the expected syntax for URI referring to VirtualFiles. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.StringBuilder ILLEGAL_CHARACTERS
| Method Detail |
|---|
protected static void checkURI(java.net.URI uri)
throws VFIOException
VirtualFiles.
uri - the URI to be checked
VFIOException - if the given URI does not comply to the scheme
for VFS URIs.
protected static void checkPathElement(java.lang.String element)
throws VFIOException
element - the path element to be checked
VFIOException - on errors during the checks
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||