Interface File

All Known Implementing Classes:
FileSystemFile

public interface File
Abstraction of a file in a content store.
Author:
Alfonso Vásquez
  • Method Details

    • getName

      String getName()
    • getPath

      String getPath()
    • isFile

      boolean isFile()
    • isDirectory

      boolean isDirectory()