Uses of Class
org.craftercms.core.store.impl.filesystem.FileSystemFile
-
Packages that use FileSystemFile Package Description org.craftercms.core.store.impl.filesystem -
-
Uses of FileSystemFile in org.craftercms.core.store.impl.filesystem
Methods in org.craftercms.core.store.impl.filesystem that return FileSystemFile Modifier and Type Method Description FileSystemFileFileSystemContext. getRootFolder()Constructors in org.craftercms.core.store.impl.filesystem with parameters of type FileSystemFile Constructor Description FileSystemContext(String id, FileSystemContentStoreAdapter storeAdapter, String rootFolderPath, FileSystemFile rootFolder, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles)FileSystemFile(FileSystemFile parent, String child)
-