|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileNameParser
Provides methods to parse a filename into a FileName
.
Method Summary | |
---|---|
boolean |
encodeCharacter(char ch)
Check if a character needs encoding (%nn). |
FileName |
parseUri(VfsComponentContext context,
FileName base,
java.lang.String filename)
parses a String into a filename. |
Method Detail |
---|
boolean encodeCharacter(char ch)
ch
- the character
FileName parseUri(VfsComponentContext context, FileName base, java.lang.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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |