Interface FileNameParser

  • Method Details

    • encodeCharacter

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

      Parses a String into a file name.
      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.