- Type Parameters:
T
- the generic type for the source
- All Superinterfaces:
TaskSource<T>
- All Known Implementing Classes:
AbstractSource
,FileSource
,StreamSource
source that can be used as input for a pdf manipulation.
- Author:
- Andrea Vacondio
-
Method Summary
Methods inherited from interface org.sejda.model.input.TaskSource
getEncryptionAtRestPolicy, getName, getSeekableSource, getSource, setEncryptionAtRestPolicy
-
Method Details
-
dispatch
- Type Parameters:
R
- generic type as result of the dispatch action.- Parameters:
dispatcher
-- Returns:
- result of the dispatch action as a type defined by the dispatcher.
- Throws:
TaskIOException
-