public interface FileNameParser
FileName.| Modifier and Type | Method and Description |
|---|---|
boolean |
encodeCharacter(char ch)
Check if a character needs encoding (%nn).
|
FileName |
parseUri(VfsComponentContext context,
FileName base,
String uri)
parses a String into a filename.
|
boolean encodeCharacter(char ch)
ch - the characterFileName parseUri(VfsComponentContext context, FileName base, 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.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.