Class FileSystemContext
java.lang.Object
org.craftercms.core.service.ContextImpl
org.craftercms.core.store.impl.filesystem.FileSystemContext
Extension of context that adds properties used by the
FileSystemContentStoreAdapter.- Author:
- Alfonso Vásquez
-
Field Summary
Fields inherited from class org.craftercms.core.service.ContextImpl
CACHE_SCOPE_FORMAT, cacheOn, cacheVersion, id, ignoreHiddenFiles, maxAllowedItemsInCache, mergingOn, rootFolderPath, storeAdapterFields inherited from interface org.craftercms.core.service.Context
DEFAULT_CACHE_ON, DEFAULT_IGNORE_HIDDEN_FILES, DEFAULT_MAX_ALLOWED_ITEMS_IN_CACHE, DEFAULT_MERGING_ON -
Constructor Summary
ConstructorsConstructorDescriptionFileSystemContext(String id, FileSystemContentStoreAdapter storeAdapter, String rootFolderPath, FileSystemFile rootFolder, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles) -
Method Summary
Methods inherited from class org.craftercms.core.service.ContextImpl
clone, equals, getCacheScope, getCacheVersion, getId, getMaxAllowedItemsInCache, getStoreAdapter, hashCode, ignoreHiddenFiles, isCacheOn, isMergingOn, setCacheVersion, toString
-
Constructor Details
-
FileSystemContext
public FileSystemContext(String id, FileSystemContentStoreAdapter storeAdapter, String rootFolderPath, FileSystemFile rootFolder, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles)
-
-
Method Details
-
getRootFolder
-