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.Constructors in org.springframework.cloud.task.batch.partition with parameters of type CommandLineArgsProviderModifierConstructorDescriptionTaskLauncherHandler
(CommandLineArgsProvider commandLineArgsProvider, TaskRepository taskRepository, boolean defaultArgsAsEnvironmentVars, String stepName, TaskExecution taskExecution, EnvironmentVariablesProvider environmentVariablesProvider, org.springframework.core.io.Resource resource, Map<String, String> deploymentProperties, org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher, String applicationName) TaskLauncherHandler
(CommandLineArgsProvider commandLineArgsProvider, TaskRepository taskRepository, boolean defaultArgsAsEnvironmentVars, String stepName, TaskExecution taskExecution, EnvironmentVariablesProvider environmentVariablesProvider, org.springframework.core.io.Resource resource, Map<String, String> deploymentProperties, org.springframework.cloud.deployer.spi.task.TaskLauncher taskLauncher, String applicationName, org.springframework.batch.core.StepExecution workerStepExecution)