Package | Description |
---|---|
org.springframework.batch.item.file.mapping |
Infrastructure implementations of io file support mapping concerns.
|
org.springframework.batch.item.file.transform |
Infrastructure implementations of io file support transform concerns.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultLineMapper.setLineTokenizer(LineTokenizer tokenizer) |
Modifier and Type | Method and Description |
---|---|
void |
PatternMatchingCompositeLineMapper.setTokenizers(Map<String,LineTokenizer> tokenizers) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLineTokenizer
Abstract class handling common concerns of various
LineTokenizer
implementations such as dealing with names and actual construction of
FieldSet |
class |
DelimitedLineTokenizer
A
LineTokenizer implementation that splits the input String on a
configurable delimiter. |
class |
FixedLengthTokenizer
Tokenizer used to process data obtained from files with fixed-length format.
|
class |
PatternMatchingCompositeLineTokenizer
A
LineTokenizer implementation that stores a mapping of String
patterns to delegate LineTokenizer s. |
class |
RegexLineTokenizer
Line-tokenizer using a regular expression to filter out data (by using matching and non-matching groups).
|
Modifier and Type | Method and Description |
---|---|
void |
PatternMatchingCompositeLineTokenizer.setTokenizers(Map<String,LineTokenizer> tokenizers) |
Copyright © 2013 SpringSource. All rights reserved.