public class URLFileNameParser extends HostFileNameParser
Parses the url into user/password/host/port/path/queryString.
HostFileNameParser.Authority| Constructor and Description |
|---|
URLFileNameParser(int defaultPort) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
encodeCharacter(char ch)
Check if a character needs encoding (%nn).
|
FileName |
parseUri(VfsComponentContext context,
FileName base,
String filename)
parses a String into a filename.
|
extractHostName, extractPort, extractToPath, extractUserInfo, getDefaultPortpublic boolean encodeCharacter(char ch)
FileNameParserencodeCharacter in interface FileNameParserencodeCharacter in class AbstractFileNameParserch - the characterpublic FileName parseUri(VfsComponentContext context, FileName base, String filename) throws FileSystemException
FileNameParserparseUri in interface FileNameParserparseUri in class HostFileNameParsercontext - The component context.base - The base FileName.filename - The target file name.FileSystemException - if an error occurs parsing the URI.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.