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.