Package eu.europa.esig.dss.tsl.job
Class LOTLChangeApplier
java.lang.Object
eu.europa.esig.dss.tsl.job.LOTLChangeApplier
Applies changes in the LOTL cache
-
Constructor Summary
ConstructorDescriptionLOTLChangeApplier
(TLChangesCacheAccess cacheAccess, Map<CacheKey, ParsingCacheDTO> oldValues, Map<CacheKey, ParsingCacheDTO> newValues) Default constructor -
Method Summary
-
Constructor Details
-
LOTLChangeApplier
public LOTLChangeApplier(TLChangesCacheAccess cacheAccess, Map<CacheKey, ParsingCacheDTO> oldValues, Map<CacheKey, ParsingCacheDTO> newValues) Default constructor- Parameters:
cacheAccess
-TLChangesCacheAccess
to useoldValues
- a map of old parsing valuesnewValues
- a map of new parsing values
-
-
Method Details
-
analyzeAndApply
public void analyzeAndApply()Applies changes for all defined records
-