|
Spring Integration | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of entry (there's an implementation for FTP, SFTP, and plain-old java.io.Files)public interface EntryNamer<T>
Responsible for coercing a String identification out of the T entry.
Method Summary | |
---|---|
String |
nameOf(T entry)
This is the one place I couldn't spackle over the interface differences between an FTPFile (FTP adapter), File (File adapter), and LsEntry (SFTP adapter) with generics alone. |
Method Detail |
---|
String nameOf(T entry)
entry
- the entry in a file system listing
|
Spring Integration | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |