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 file name.
|
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–2020 The Apache Software Foundation. All rights reserved.