|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.file.filters.AbstractFileListFilter<java.io.File>
org.springframework.integration.file.locking.AbstractFileLockerFilter
public abstract class AbstractFileLockerFilter
Convenience base class for implementing FileLockers that check a lock before accepting a file. This is needed when used in combination with a FileReadingMessageSource through a DirectoryScanner.
| Constructor Summary | |
|---|---|
AbstractFileLockerFilter()
|
|
| Method Summary | |
|---|---|
boolean |
accept(java.io.File 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 |
| Methods inherited from interface org.springframework.integration.file.FileLocker |
|---|
isLockable, lock, unlock |
| Constructor Detail |
|---|
public AbstractFileLockerFilter()
| Method Detail |
|---|
public boolean accept(java.io.File file)
AbstractFileListFilter
accept in class AbstractFileListFilter<java.io.File>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||