Package org.craftercms.core.store.impl
Interface File
-
- All Known Implementing Classes:
FileSystemFile
public interface FileAbstraction of a file in a content store.- Author:
- Alfonso Vásquez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()StringgetPath()booleanisDirectory()booleanisFile()
-