|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.file.filters.AbstractFileListFilter<F>
org.springframework.integration.file.filters.AcceptAllFileListFilter<F>
F - public class AcceptAllFileListFilter<F>
Simple implementation of FileListFilter that always returns true.
Suitable as a default.
| Constructor Summary | |
|---|---|
AcceptAllFileListFilter()
|
|
| Method Summary | |
|---|---|
boolean |
accept(F file)
Subclasses must implement this method. |
| Methods inherited from class org.springframework.integration.file.filters.AbstractFileListFilter |
|---|
filterFiles |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AcceptAllFileListFilter()
| Method Detail |
|---|
public boolean accept(F file)
AbstractFileListFilter
accept in class AbstractFileListFilter<F>
|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||