static ClassloaderRuntimeRepository |
ClassloaderRuntimeRepository.create(java.lang.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(java.lang.String tocResource,
java.lang.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(java.lang.String tocResource,
java.lang.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(java.lang.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.
|