Uses of Interface
org.springframework.cloud.task.batch.partition.CommandLineArgsProvider
Packages that use CommandLineArgsProvider
-
Uses of CommandLineArgsProvider in org.springframework.cloud.task.batch.partition
Classes in org.springframework.cloud.task.batch.partition that implement CommandLineArgsProviderModifier and TypeClassDescriptionclass
Returns theList<String>
provided.class
Returns any command line arguments used with theTaskExecution
provided appended with any additional arguments configured.Methods in org.springframework.cloud.task.batch.partition with parameters of type CommandLineArgsProviderModifier and TypeMethodDescriptionvoid
DeployerPartitionHandler.setCommandLineArgsProvider
(CommandLineArgsProvider commandLineArgsProvider) Used to provide any command line arguements to be passed to each worker launched.