Uses of Interface
org.craftercms.core.store.impl.File
-
Packages that use File Package Description org.craftercms.core.store.impl org.craftercms.core.store.impl.filesystem -
-
Uses of File in org.craftercms.core.store.impl
Methods in org.craftercms.core.store.impl that return File Modifier and Type Method Description protected abstract FileAbstractFileBasedContentStoreAdapter. findFile(Context context, CachingOptions cachingOptions, String path)Returns theFileat the given path, returning null if not found.Methods in org.craftercms.core.store.impl that return types with arguments of type File Modifier and Type Method Description protected abstract List<File>AbstractFileBasedContentStoreAdapter. getChildren(Context context, CachingOptions cachingOptions, File dir)Returns the list of children of the given directory.Methods in org.craftercms.core.store.impl with parameters of type File Modifier and Type Method Description protected abstract List<File>AbstractFileBasedContentStoreAdapter. getChildren(Context context, CachingOptions cachingOptions, File dir)Returns the list of children of the given directory.protected abstract ContentAbstractFileBasedContentStoreAdapter. getContent(Context context, CachingOptions cachingOptions, File file)Returns theContentfor the given file. -
Uses of File in org.craftercms.core.store.impl.filesystem
Classes in org.craftercms.core.store.impl.filesystem that implement File Modifier and Type Class Description classFileSystemFileAdapter to a filesystemFile, used byContentStoreAdapters;Methods in org.craftercms.core.store.impl.filesystem that return File Modifier and Type Method Description protected FileFileSystemContentStoreAdapter. findFile(Context context, CachingOptions cachingOptions, String path)Methods in org.craftercms.core.store.impl.filesystem that return types with arguments of type File Modifier and Type Method Description protected List<File>FileSystemContentStoreAdapter. getChildren(Context context, CachingOptions cachingOptions, File dir)Methods in org.craftercms.core.store.impl.filesystem with parameters of type File Modifier and Type Method Description protected List<File>FileSystemContentStoreAdapter. getChildren(Context context, CachingOptions cachingOptions, File dir)protected ContentFileSystemContentStoreAdapter. getContent(Context context, CachingOptions cachingOptions, File file)
-