Package | Description |
---|---|
org.springframework.integration.file |
Base package for File support.
|
org.springframework.integration.file.locking |
Provides classes supporting file locking.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultDirectoryScanner.setLocker(FileLocker locker)
Sets a custom locker to be used by this scanner.
|
void |
DirectoryScanner.setLocker(FileLocker locker)
Sets a custom locker to be used by this scanner.
|
void |
FileReadingMessageSource.setLocker(FileLocker locker)
Optional.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileLockerFilter
Convenience base class for implementing FileLockers that check a lock before accepting a file.
|
class |
NioFileLocker
File locking strategy that uses java.nio.
|
Copyright © 2016. All rights reserved.