Uses of Class
org.faktorips.runtime.ClassloaderRuntimeRepository
Packages that use ClassloaderRuntimeRepository
-
Uses of ClassloaderRuntimeRepository in org.faktorips.runtime
Methods in org.faktorips.runtime that return ClassloaderRuntimeRepositoryModifier and TypeMethodDescriptionstatic final ClassloaderRuntimeRepositoryCreates 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 final ClassloaderRuntimeRepositoryClassloaderRuntimeRepository.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 final ClassloaderRuntimeRepositoryClassloaderRuntimeRepository.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 final ClassloaderRuntimeRepositoryClassloaderRuntimeRepository.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.