Package org.craftercms.core.store.impl
Interface File
-
- All Known Implementing Classes:
FileSystemFile
public interface File
Abstraction of a file in a content store.- Author:
- Alfonso Vásquez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
String
getPath()
boolean
isDirectory()
boolean
isFile()
-