Uses of Class
org.craftercms.core.exception.RootFolderNotFoundException
-
Packages that use RootFolderNotFoundException Package Description org.craftercms.core.service org.craftercms.core.service.impl org.craftercms.core.store org.craftercms.core.store.impl.filesystem -
-
Uses of RootFolderNotFoundException in org.craftercms.core.service
Methods in org.craftercms.core.service that throw RootFolderNotFoundException Modifier and Type Method Description ContextContentStoreService. 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 RootFolderNotFoundException Modifier and Type Method Description ContextContentStoreServiceImpl. 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 RootFolderNotFoundException Modifier and Type Method Description ContextContentStoreAdapter. 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 RootFolderNotFoundException Modifier and Type Method Description ContextFileSystemContentStoreAdapter. createContext(String id, String rootFolderPath, boolean mergingOn, boolean cacheOn, int maxAllowedItemsInCache, boolean ignoreHiddenFiles)
-