| Package | Description |
|---|---|
| org.faktorips.runtime |
| Modifier and Type | Method and Description |
|---|---|
static ClassloaderRuntimeRepository |
ClassloaderRuntimeRepository.create(String tocResource)
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.
|
static ClassloaderRuntimeRepository |
ClassloaderRuntimeRepository.create(String tocResource,
ClassLoader cl)
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,
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.
|
Copyright © 2016. All rights reserved.