Package eu.europa.esig.dss.tsl.runnable
Class LOTLWithPivotsAnalysis
java.lang.Object
eu.europa.esig.dss.tsl.runnable.AbstractAnalysis
eu.europa.esig.dss.tsl.runnable.LOTLWithPivotsAnalysis
- All Implemented Interfaces:
Runnable
public class LOTLWithPivotsAnalysis extends AbstractAnalysis implements Runnable
Runs the job for a LOTL with pivots analysis
-
Constructor Summary
Constructors Constructor Description LOTLWithPivotsAnalysis(CacheAccessFactory cacheAccessFactory, LOTLSource source, DSSFileLoader dssFileLoader, CountDownLatch latch)
Default constructor -
Method Summary
Modifier and Type Method Description void
run()
Methods inherited from class eu.europa.esig.dss.tsl.runnable.AbstractAnalysis
download, getCacheAccessByKey, lotlParsing, validation
-
Constructor Details
-
LOTLWithPivotsAnalysis
public LOTLWithPivotsAnalysis(CacheAccessFactory cacheAccessFactory, LOTLSource source, DSSFileLoader dssFileLoader, CountDownLatch latch)Default constructor- Parameters:
cacheAccessFactory
-CacheAccessFactory
source
-LOTLSource
dssFileLoader
-DSSFileLoader
latch
-CountDownLatch
-
-
Method Details