Class GenericFileNameParser
java.lang.Object
org.apache.commons.vfs2.provider.AbstractFileNameParser
org.apache.commons.vfs2.provider.local.LocalFileNameParser
org.apache.commons.vfs2.provider.local.GenericFileNameParser
- All Implemented Interfaces:
FileNameParser
A general-purpose file name parser.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FileName
createFileName
(String scheme, String rootFile, String path, FileType type) protected String
extractRootPrefix
(String uri, StringBuilder name) Pops the root prefix off a URI, which has had the scheme removed.static GenericFileNameParser
retrieve a instance to this parser.Methods inherited from class org.apache.commons.vfs2.provider.local.LocalFileNameParser
isAbsoluteName, parseUri
Methods inherited from class org.apache.commons.vfs2.provider.AbstractFileNameParser
encodeCharacter
-
Constructor Details
-
GenericFileNameParser
public GenericFileNameParser()
-
-
Method Details
-
getInstance
retrieve a instance to this parser.- Returns:
- the parser
-
extractRootPrefix
Pops the root prefix off a URI, which has had the scheme removed.- Specified by:
extractRootPrefix
in classLocalFileNameParser
- Parameters:
uri
- the whole URI for error reporting.name
- the URI to modify.- Returns:
- the root prefix extracted.
- Throws:
FileSystemException
- if an error occurs.
-
createFileName
- Specified by:
createFileName
in classLocalFileNameParser
-