org.apache.commons.vfs2.provider.local
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.StringBuilder 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.StringBuilder 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
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.