Hi ,
I have requirement to encrypt file using third party tool/commands.
I want to use SystemCommandTasklet to execute third party commands like pgp -v
Job Configuration:
<bean id="commandLine" class="org.springframework.batch.core.step.tasklet .SystemCommandTasklet">
<property name="command" value="pgp -v" />
<property name="timeout" value="5000" />
</bean>
Any suggestions on this approach are highly appreciated.
Thanks in advance.


Reply With Quote
