Class FileWithSuffix

java.lang.Object
net.sourceforge.plantuml.preproc.FileWithSuffix

public class FileWithSuffix extends java.lang.Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static java.util.Set<java.io.File>
    convert(java.util.Set<FileWithSuffix> all)
     
    boolean
    equals(java.lang.Object arg)
     
    boolean
     
    java.lang.String
     
    static java.lang.String
    getFileName(java.io.File file)
     
     
    java.io.Reader
    getReader(java.nio.charset.Charset charset)
     
    final java.lang.String
     
    int
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getReader

      public java.io.Reader getReader(java.nio.charset.Charset charset) throws java.io.IOException
      Throws:
      java.io.IOException
    • fileOk

      public boolean fileOk()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • equals

      public boolean equals(java.lang.Object arg)
      Overrides:
      equals in class java.lang.Object
    • getParentFile

      public AParentFolder getParentFile()
    • getDescription

      public java.lang.String getDescription()
    • getSuffix

      public final java.lang.String getSuffix()
    • convert

      public static java.util.Set<java.io.File> convert(java.util.Set<FileWithSuffix> all) throws java.io.FileNotFoundException
      Throws:
      java.io.FileNotFoundException
    • getFileName

      public static java.lang.String getFileName(java.io.File file)