AbstractFileNameParser, FtpFileNameParser, GenericFileNameParser, HostFileNameParser, HttpFileNameParser, HttpsFileNameParser, LayeredFileNameParser, LocalFileNameParser, SftpFileNameParser, UrlFileNameParser, URLFileNameParser, WindowsFileNameParserpublic interface FileNameParser
FileName.| Modifier and Type | Method | Description |
|---|---|---|
boolean |
encodeCharacter(char ch) |
Check if a character needs encoding (%nn).
|
FileName |
parseUri(VfsComponentContext context,
FileName base,
java.lang.String uri) |
parses a String into a filename.
|
boolean encodeCharacter(char ch)
ch - the characterFileName parseUri(VfsComponentContext context, FileName base, java.lang.String uri) throws FileSystemException
context - The component context.base - The base FileName.uri - The target file name.FileSystemException - if an error occurs parsing the URI.