|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassloaderRuntimeRepository | |
|---|---|
| org.faktorips.runtime | |
| Uses of ClassloaderRuntimeRepository in org.faktorips.runtime |
|---|
| Methods in org.faktorips.runtime that return ClassloaderRuntimeRepository | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||