Interface FileNameParser

    • Method Detail

      • encodeCharacter

        boolean encodeCharacter​(char ch)
        Check if a character needs encoding (%nn).
        Parameters:
        ch - the character
        Returns:
        true if character should be encoded
      • parseUri

        FileName parseUri​(VfsComponentContext context,
                          FileName base,
                          java.lang.String uri)
                   throws FileSystemException
        parses a String into a filename.
        Parameters:
        context - The component context.
        base - The base FileName.
        uri - The target file name.
        Returns:
        A FileName that represents the taret file.
        Throws:
        FileSystemException - if an error occurs parsing the URI.