Package org.jmol.api

Interface GenericFileInterface

All Known Implementing Classes:
AwtFile, JSFile

public interface GenericFileInterface
  • Method Details

    • getFullPath

      String getFullPath()
    • getName

      String getName()
    • length

      long length()
    • isDirectory

      boolean isDirectory()
    • getParentAsFile

      GenericFileInterface getParentAsFile()