Package org.faktorips.runtime
Class IRuntimeRepositoryLookup.RuntimeRepositoryLookupByToC
java.lang.Object
org.faktorips.runtime.IRuntimeRepositoryLookup.RuntimeRepositoryLookupByToC
- All Implemented Interfaces:
Serializable,IRuntimeRepositoryLookup
- Enclosing interface:
IRuntimeRepositoryLookup
public static final class IRuntimeRepositoryLookup.RuntimeRepositoryLookupByToC
extends Object
implements IRuntimeRepositoryLookup
An
IRuntimeRepositoryLookup that serializes only the path to the
ClassloaderRuntimeRepository's table-of-contents file. Create one via the
IRuntimeRepositoryLookup.byToC(String) or directly create and set int for an existing
repository with ClassloaderRuntimeRepository.withLookup().- Since:
- 25.7
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.faktorips.runtime.IRuntimeRepositoryLookup
IRuntimeRepositoryLookup.RuntimeRepositoryLookupByToC -
Method Summary
Modifier and TypeMethodDescriptionReturns an instance ofIRuntimeRepositorythat can be used to load the product component and generation of a serializedProductConfigurationafter deserialization.
-
Method Details
-
getRuntimeRepository
Description copied from interface:IRuntimeRepositoryLookupReturns an instance ofIRuntimeRepositorythat can be used to load the product component and generation of a serializedProductConfigurationafter deserialization.- Specified by:
getRuntimeRepositoryin interfaceIRuntimeRepositoryLookup- Returns:
- A
IRuntimeRepositoryused to load product components and product component generations.
-