Uses of Interface
org.faktorips.runtime.IRuntimeRepositoryLookup
Packages that use IRuntimeRepositoryLookup
-
Uses of IRuntimeRepositoryLookup in org.faktorips.runtime
Classes in org.faktorips.runtime that implement IRuntimeRepositoryLookupModifier and TypeClassDescriptionstatic final classAnIRuntimeRepositoryLookupthat serializes only the path to theClassloaderRuntimeRepository's table-of-contents file.Methods in org.faktorips.runtime that return IRuntimeRepositoryLookupModifier and TypeMethodDescriptionstatic IRuntimeRepositoryLookupCreates a newClassloaderRuntimeRepositoryfor the given table-of-contents file path and returns anIRuntimeRepositoryLookupthat will always return that repository on this machine and recreate it if necessary when deserialized on other machines.IRuntimeRepository.getRuntimeRepositoryLookup()Returns theIRuntimeRepositoryLookupthat was previously set usingIRuntimeRepository.setRuntimeRepositoryLookup(IRuntimeRepositoryLookup).Methods in org.faktorips.runtime with parameters of type IRuntimeRepositoryLookupModifier and TypeMethodDescriptionvoidIRuntimeRepository.setRuntimeRepositoryLookup(IRuntimeRepositoryLookup repositoryLookup) Setting aIRuntimeRepositoryLookupis needed to enable serialization of policy components. -
Uses of IRuntimeRepositoryLookup in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return IRuntimeRepositoryLookupMethods in org.faktorips.runtime.internal with parameters of type IRuntimeRepositoryLookupModifier and TypeMethodDescriptionvoidAbstractRuntimeRepository.setRuntimeRepositoryLookup(IRuntimeRepositoryLookup repositoryLookup)