Package org.verapdf.processor
Interface Processor
- All Superinterfaces:
AutoCloseable,Closeable,Component
- All Known Subinterfaces:
BatchProcessor,ItemProcessor
- All Known Implementing Classes:
AbstractBatchProcessor,BatchFileProcessor
Base interface for veraPDF Processors, mandates some basic properties.
- Version:
- 0.1 Created 2 Nov 2016:11:22:06
- Author:
- Carl Wilson carlwilson AT github
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.verapdf.component.Component
getDetails
-
Method Details
-
getConfig
ProcessorConfig getConfig()- Returns:
- the
ProcessorConfigthat holds the details for the configuration of thisProcessor
-
getDependencies
Collection<ReleaseDetails> getDependencies()- Returns:
- a
CollectionofReleaseDetailsfor theProcessor's dependencies, for auditing.
-