| Package | Description |
|---|---|
| org.craftercms.core.service | |
| org.craftercms.core.service.impl |
| 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.
|
Copyright © 2018 CrafterCMS. All rights reserved.