|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.sftp.SftpEntryNamer
public class SftpEntryNamer
Stratgy for naming a ChannelSftp.LsEntry instance.
| Constructor Summary | |
|---|---|
SftpEntryNamer()
|
|
| Method Summary | |
|---|---|
java.lang.String |
nameOf(com.jcraft.jsch.ChannelSftp.LsEntry 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SftpEntryNamer()
| Method Detail |
|---|
public java.lang.String nameOf(com.jcraft.jsch.ChannelSftp.LsEntry entry)
EntryNamer
nameOf in interface EntryNamer<com.jcraft.jsch.ChannelSftp.LsEntry>entry - the entry in a file system listing
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||