- All Implemented Interfaces:
Task<UnpackParameters>
SAMBox implementation of a task that unpacks files attached to a collection of input documents.
- Author:
- Andrea Vacondio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafter()voidbefore(UnpackParameters parameters, TaskExecutionContext executionContext) voidexecute(UnpackParameters parameters) Methods inherited from class org.sejda.model.task.BaseTask
executionContext
-
Constructor Details
-
UnpackTask
public UnpackTask()
-
-
Method Details
-
before
public void before(UnpackParameters parameters, TaskExecutionContext executionContext) throws TaskException - Specified by:
beforein interfaceTask<UnpackParameters>- Overrides:
beforein classBaseTask<UnpackParameters>- Throws:
TaskException
-
execute
- Throws:
TaskException
-
after
public void after()
-