Package | Description |
---|---|
org.springframework.batch.core.listener |
Generic implementations of core batch listener interfaces.
|
Modifier and Type | Method and Description |
---|---|
static StepListenerMetaData |
StepListenerMetaData.fromPropertyName(String propertyName)
Return the relevant meta data for the provided property name.
|
static StepListenerMetaData |
StepListenerMetaData.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepListenerMetaData[] |
StepListenerMetaData.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013 SpringSource. All rights reserved.