Uses of Interface
org.springframework.batch.core.step.tasklet.CommandRunner
Packages that use CommandRunner
Package
Description
Interfaces and generic implementations of tasklet concerns.
-
Uses of CommandRunner in org.springframework.batch.core.step.tasklet
Classes in org.springframework.batch.core.step.tasklet that implement CommandRunnerModifier and TypeClassDescriptionclassImplementation of theCommandRunnerinterface that calls the standardRuntime.exec(java.lang.String)method.Methods in org.springframework.batch.core.step.tasklet with parameters of type CommandRunnerModifier and TypeMethodDescriptionvoidSystemCommandTasklet.setCommandRunner(CommandRunner commandRunner) Injection setter for theCommandRunner.