Package org.springframework.batch.core.step.skip

Specific implementations of skip concerns for items in a step.

See:
          Description

Interface Summary
ItemSkipPolicy Policy for determining whether or not some processing should be skipped.
 

Class Summary
AlwaysSkipItemSkipPolicy Implementation of the ItemSkipPolicy interface that will always return that an item should be skipped.
LimitCheckingItemSkipPolicy ItemSkipPolicy that determines whether or not reading should continue based upon how many items have been skipped.
NeverSkipItemSkipPolicy ItemSkipPolicy implementation that always returns false, indicating that an item should not be skipped.
 

Exception Summary
SkipLimitExceededException Exception indicating that the skip limit for a particular has been exceeded.
 

Package org.springframework.batch.core.step.skip Description

Specific implementations of skip concerns for items in a step.



Copyright © 2008 SpringSource. All Rights Reserved.