JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.springframework.batch.infrastructure.item.file
LineCallbackHandler
Contents
Description
Method Summary
Method Details
handleLine(String)
Hide sidebar
Show sidebar
Interface LineCallbackHandler
public interface
LineCallbackHandler
Callback interface for handling a line from file. Useful e.g. for header processing.
Author:
Robert Kasanicky
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handleLine
(
String
line)
Method Details
handleLine
void
handleLine
(
String
line)