Class FileSystemFile

java.lang.Object
org.craftercms.core.store.impl.filesystem.FileSystemFile
All Implemented Interfaces:
File

public class FileSystemFile extends Object implements File
Adapter to a filesystem File, used by ContentStoreAdapters;
Author:
Alfonso Vásquez
  • Constructor Details

    • FileSystemFile

      public FileSystemFile(String path)
    • FileSystemFile

      public FileSystemFile(FileSystemFile parent, String child)
    • FileSystemFile

      public FileSystemFile(File file)
  • Method Details