Class AFileRegular

java.lang.Object
net.sourceforge.plantuml.AFileRegular
All Implemented Interfaces:
AFile

public class AFileRegular extends java.lang.Object implements AFile
  • Constructor Details

    • AFileRegular

      public AFileRegular(SFile file)
  • Method Details

    • toString

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

      public java.io.InputStream openFile()
      Specified by:
      openFile in interface AFile
    • isOk

      public boolean isOk()
      Specified by:
      isOk in interface AFile
    • hashCode

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

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

      public AParentFolder getParentFile()
      Specified by:
      getParentFile in interface AFile
    • getUnderlyingFile

      public SFile getUnderlyingFile()
      Specified by:
      getUnderlyingFile in interface AFile
    • getSystemFolder

      public SFile getSystemFolder() throws java.io.IOException
      Specified by:
      getSystemFolder in interface AFile
      Throws:
      java.io.IOException