Class FileSystemFile
java.lang.Object
org.craftercms.core.store.impl.filesystem.FileSystemFile
- All Implemented Interfaces:
File
Adapter to a filesystem
File, used by ContentStoreAdapters;- Author:
- Alfonso Vásquez
-
Constructor Summary
ConstructorsConstructorDescriptionFileSystemFile(File file) FileSystemFile(String path) FileSystemFile(FileSystemFile parent, String child) -
Method Summary
-
Constructor Details
-
FileSystemFile
-
FileSystemFile
-
FileSystemFile
-
-
Method Details
-
getFile
-
getName
-
getPath
-
isFile
public boolean isFile() -
isDirectory
public boolean isDirectory()- Specified by:
isDirectoryin interfaceFile
-
equals
-
hashCode
public int hashCode() -
toString
-