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 filename)
parses a String into a filename.
|
boolean encodeCharacter(char ch)
ch
- the characterFileName parseUri(VfsComponentContext context, FileName base, String filename) throws FileSystemException
context
- The component context.base
- The base FileName.filename
- The target file name.FileSystemException
- if an error occurs parsing the URI.Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.