Uses of Interface
org.springframework.batch.core.configuration.JobLocator
Packages that use JobLocator
Package
Description
Interfaces for registration and location of job configurations.
Specific implementations of configuration concerns.
Support classes for use in bootstrap and launch implementations or configurations.
-
Uses of JobLocator in org.springframework.batch.core.configuration
Subinterfaces of JobLocator in org.springframework.batch.core.configurationModifier and TypeInterfaceDescriptioninterfaceA runtime service registry interface for registering job configurations byname.interfaceA listable extension ofJobLocator. -
Uses of JobLocator in org.springframework.batch.core.configuration.support
Classes in org.springframework.batch.core.configuration.support that implement JobLocatorModifier and TypeClassDescriptionclassSimple, thread-safe, map-based implementation ofJobRegistry. -
Uses of JobLocator in org.springframework.batch.core.launch.support
Methods in org.springframework.batch.core.launch.support with parameters of type JobLocatorModifier and TypeMethodDescriptionvoidCommandLineJobRunner.setJobLocator(JobLocator jobLocator) JobLocatorto find a job to run.