Uses of Class
org.craftercms.core.exception.RootFolderNotFoundException
Packages that use RootFolderNotFoundException
Package
Description
-
Uses of RootFolderNotFoundException in org.craftercms.core.service
Methods in org.craftercms.core.service that throw RootFolderNotFoundExceptionModifier and TypeMethodDescriptionContentStoreService.getContext(String tag, String storeType, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles) Returns a context with the specified parameters, if the context doesn't exist it will be created. -
Uses of RootFolderNotFoundException in org.craftercms.core.service.impl
Methods in org.craftercms.core.service.impl that throw RootFolderNotFoundExceptionModifier and TypeMethodDescriptionContentStoreServiceImpl.getContext(String tag, String storeType, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles) Returns a context with the specified parameters, if the context doesn't exist it will be created. -
Uses of RootFolderNotFoundException in org.craftercms.core.store
Methods in org.craftercms.core.store that throw RootFolderNotFoundExceptionModifier and TypeMethodDescriptionContentStoreAdapter.createContext(String id, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles) -
Uses of RootFolderNotFoundException in org.craftercms.core.store.impl.filesystem
Methods in org.craftercms.core.store.impl.filesystem that throw RootFolderNotFoundExceptionModifier and TypeMethodDescriptionFileSystemContentStoreAdapter.createContext(String id, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles)