Class PatternSet.PatternFileNameEntry

    • Method Summary

      Modifier and Type Method Description
      java.lang.String getEncoding()
      Encoding to use when reading the file, defaults to the platform's default encoding.
      void setEncoding​(java.lang.String encoding)
      Encoding to use when reading the file, defaults to the platform's default encoding.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PatternFileNameEntry

        public PatternFileNameEntry()
    • Method Detail

      • getEncoding

        public final java.lang.String getEncoding()
        Encoding to use when reading the file, defaults to the platform's default encoding.
        Returns:
        the encoding name
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class PatternSet.NameEntry
        Returns:
        a printable form of this object.