Uses of Interface
org.craftercms.core.store.impl.File
Packages that use File
-
Uses of File in org.craftercms.core.store.impl
Methods in org.craftercms.core.store.impl that return FileModifier and TypeMethodDescriptionprotected 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 FileModifier and TypeMethodDescriptionAbstractFileBasedContentStoreAdapter.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 FileModifier and TypeMethodDescriptionAbstractFileBasedContentStoreAdapter.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 FileModifier and TypeClassDescriptionclassAdapter to a filesystemFile, used byContentStoreAdapters;Methods in org.craftercms.core.store.impl.filesystem that return FileModifier and TypeMethodDescriptionprotected FileFileSystemContentStoreAdapter.findFile(Context context, CachingOptions cachingOptions, String path) Methods in org.craftercms.core.store.impl.filesystem that return types with arguments of type FileModifier and TypeMethodDescriptionFileSystemContentStoreAdapter.getChildren(Context context, CachingOptions cachingOptions, File dir) Methods in org.craftercms.core.store.impl.filesystem with parameters of type FileModifier and TypeMethodDescriptionFileSystemContentStoreAdapter.getChildren(Context context, CachingOptions cachingOptions, File dir) protected ContentFileSystemContentStoreAdapter.getContent(Context context, CachingOptions cachingOptions, File file)