|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.core.step.skip.NeverSkipItemSkipPolicy
public class NeverSkipItemSkipPolicy
SkipPolicy implementation that always returns false,
indicating that an item should not be skipped.
| Constructor Summary | |
|---|---|
NeverSkipItemSkipPolicy()
|
|
| Method Summary | |
|---|---|
boolean |
shouldSkip(java.lang.Throwable t,
int skipCount)
Returns true or false, indicating whether or not processing should continue with the given throwable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NeverSkipItemSkipPolicy()
| Method Detail |
|---|
public boolean shouldSkip(java.lang.Throwable t,
int skipCount)
SkipPolicy
shouldSkip in interface SkipPolicyt - exception encountered while readingskipCount - currently running count of skips
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||