public class WindowsFileNameParser extends LocalFileNameParser
Constructor and Description |
---|
WindowsFileNameParser() |
Modifier and Type | Method and Description |
---|---|
protected FileName |
createFileName(java.lang.String scheme,
java.lang.String rootFile,
java.lang.String path,
FileType type) |
protected java.lang.String |
extractRootPrefix(java.lang.String uri,
java.lang.StringBuffer name)
Pops the root prefix off a URI, which has had the scheme removed.
|
isAbsoluteName, parseUri
encodeCharacter
protected java.lang.String extractRootPrefix(java.lang.String uri, java.lang.StringBuffer name) throws FileSystemException
extractRootPrefix
in class LocalFileNameParser
FileSystemException
protected FileName createFileName(java.lang.String scheme, java.lang.String rootFile, java.lang.String path, FileType type)
createFileName
in class LocalFileNameParser