| Package | Description |
|---|---|
| org.faktorips.runtime | |
| org.faktorips.runtime.internal | |
| org.faktorips.runtime.productdataprovider |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCacheFactory
Default cache factory.
|
| Modifier and Type | Method and Description |
|---|---|
static ClassloaderRuntimeRepository |
ClassloaderRuntimeRepository.create(String tocResource,
ClassLoader cl,
ICacheFactory cacheFactory)
Creates a new repository that loads it's contents from the given toc resource and classloader
using the default document builder to parse the xml data.
|
static ClassloaderRuntimeRepository |
ClassloaderRuntimeRepository.create(String tocResource,
ICacheFactory cacheFactory)
Creates a new repository that loads it's contents from the given toc resource using this
class' classloader and the default xml document builder to parse the xml data.
|
| Constructor and Description |
|---|
ClassloaderRuntimeRepository(ClassLoader cl,
String basePackage,
String pathToToc,
ICacheFactory cacheFactory)
Creates a new repository that loads it's contents from the given classloader and the given
package using the given xml document builder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCacheFactory |
| Constructor and Description |
|---|
AbstractCachingRuntimeRepository(String name,
ICacheFactory cacheFactory,
ClassLoader cl) |
AbstractClassLoadingRuntimeRepository(String name,
ICacheFactory cacheFactory,
ClassLoader cl) |
AbstractTocBasedRuntimeRepository(String name,
ICacheFactory cacheFactory,
ClassLoader cl) |
| Modifier and Type | Method and Description |
|---|---|
DetachedContentRuntimeRepositoryManager.Builder |
DetachedContentRuntimeRepositoryManager.Builder.setCacheFactory(ICacheFactory cacheFactory)
Optionally you could specify a
ICacheFactory to use your own cache
implementation. |
Copyright © 2016. All rights reserved.