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.AbstractRunnableAnalysis
eu.europa.esig.dss.tsl.runnable.LOTLWithPivotsAnalysis
- All Implemented Interfaces:
Runnable
Runs the job for a LOTL with pivots analysis
-
Constructor Summary
ConstructorsConstructorDescriptionLOTLWithPivotsAnalysis(LOTLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader, CacheAccessFactory cacheAccessFactory, CountDownLatch latch) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.tsl.runnable.AbstractRunnableAnalysis
runMethods inherited from class eu.europa.esig.dss.tsl.runnable.AbstractAnalysis
download, getCacheAccessByKey, lotlParsing, validation
-
Constructor Details
-
LOTLWithPivotsAnalysis
public LOTLWithPivotsAnalysis(LOTLSource source, CacheAccessByKey cacheAccess, DSSFileLoader dssFileLoader, CacheAccessFactory cacheAccessFactory, CountDownLatch latch) Default constructor- Parameters:
source-LOTLSourcecacheAccess-CacheAccessByKeycacheAccessFactory-CacheAccessFactorydssFileLoader-DSSFileLoaderlatch-CountDownLatch
-
-
Method Details
-
doAnalyze
protected void doAnalyze()Description copied from class:AbstractRunnableAnalysisPerforms analysis- Specified by:
doAnalyzein classAbstractRunnableAnalysis
-