Package eu.europa.esig.dss.tsl.runnable
Class PivotProcessing
java.lang.Object
eu.europa.esig.dss.tsl.runnable.AbstractAnalysis
eu.europa.esig.dss.tsl.runnable.PivotProcessing
-
Constructor Summary
ConstructorsConstructorDescriptionPivotProcessing(LOTLSource pivotSource, CacheAccessByKey pivotCacheAccess, CacheAccessByKey lotlCacheAccess, List<CacheAccessByKey> preceedingPivotCacheAccessByKeyList, DSSFileLoader dssFileLoader) Default constructor -
Method Summary
Modifier and TypeMethodDescriptioncall()protected voidThis method expires the cache in order to trigger the corresponding tasks on refreshprotected AbstractParsingTask<?> getParsingTask(DSSDocument document) Returns the corresponding parsing task for the source on the given documentMethods inherited from class eu.europa.esig.dss.tsl.runnable.AbstractAnalysis
download, getCacheAccessByKey, getSource, getValidationTask, parsing, validation
-
Constructor Details
-
PivotProcessing
public PivotProcessing(LOTLSource pivotSource, CacheAccessByKey pivotCacheAccess, CacheAccessByKey lotlCacheAccess, List<CacheAccessByKey> preceedingPivotCacheAccessByKeyList, DSSFileLoader dssFileLoader) Default constructor- Parameters:
pivotSource-LOTLSourcepivot sourcepivotCacheAccess-CacheAccessByKeycache access of the current Pivot to processlotlCacheAccess-CacheAccessByKeycache access of the corresponding LOTLpreceedingPivotCacheAccessByKeyList- a list ofCacheAccessByKeyto access other pivotsdssFileLoader-DSSFileLoader
-
-
Method Details
-
call
- Specified by:
callin interfaceCallable<PivotProcessingResult>- Throws:
Exception
-
getParsingTask
Description copied from class:AbstractAnalysisReturns the corresponding parsing task for the source on the given document- Specified by:
getParsingTaskin classAbstractAnalysis- Parameters:
document-DSSDocumentto parse- Returns:
AbstractParsingTaskto be executed
-
expireCache
protected void expireCache()Description copied from class:AbstractAnalysisThis method expires the cache in order to trigger the corresponding tasks on refresh- Overrides:
expireCachein classAbstractAnalysis
-