| Package | Description |
|---|---|
| org.craftercms.core.service | |
| org.craftercms.core.service.impl | |
| org.craftercms.core.store | |
| org.craftercms.core.store.impl.filesystem |
| Modifier and Type | Method and Description |
|---|---|
Context |
ContentStoreService.createContext(String storeType,
String storeServerUrl,
String username,
String password,
String rootFolderPath,
boolean mergingOn,
boolean cacheOn,
int maxAllowedItemsInCache,
boolean ignoreHiddenFiles)
Returns a new context with the specified params, login in to a remote repository (if needed) and creating a
new cache scope associated to the context.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
ContentStoreServiceImpl.createContext(String storeType,
String storeServerUrl,
String username,
String password,
String rootFolderPath,
boolean mergingOn,
boolean cacheOn,
int maxAllowedItemsInCache,
boolean ignoreHiddenFiles)
Returns a new context with the specified params, login in to a remote repository (if needed) and creating a
new cache scope associated to the context.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
ContentStoreAdapter.createContext(String id,
String storeServerUrl,
String username,
String password,
String rootFolderPath,
boolean mergingOn,
boolean cacheOn,
int maxAllowedItemsInCache,
boolean ignoreHiddenFiles) |
| Modifier and Type | Method and Description |
|---|---|
Context |
FileSystemContentStoreAdapter.createContext(String id,
String storeServerUrl,
String username,
String password,
String rootFolderPath,
boolean mergingOn,
boolean cacheOn,
int maxAllowedItemsInCache,
boolean ignoreHiddenFiles) |
Copyright © 2018 CrafterCMS. All rights reserved.