Class AbstractFileNameParser

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractFileNameParser()
      Constructs a new instance for subclasses.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean encodeCharacter​(char ch)
      Check if a character needs encoding (%nn).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • encodeCharacter

        public boolean encodeCharacter​(char ch)
        Description copied from interface: FileNameParser
        Check if a character needs encoding (%nn).
        Specified by:
        encodeCharacter in interface FileNameParser
        Parameters:
        ch - the character
        Returns:
        true if character should be encoded