Uses of Class
com.openindex.openestate.tool.utils.SftpClient
-
Packages that use SftpClient Package Description com.openindex.openestate.tool.agency.export Exportmechanismen. -
-
Uses of SftpClient in com.openindex.openestate.tool.agency.export
Methods in com.openindex.openestate.tool.agency.export that return SftpClient Modifier and Type Method Description protected SftpClientSftpTransport.Request. doConnect(ExportContext context)protected SftpClientSftpTransport.Request. doReconnect(String path)protected SftpClientSftpTransport.Request. getCurrentClient()Methods in com.openindex.openestate.tool.agency.export with parameters of type SftpClient Modifier and Type Method Description protected voidSftpTransport.Request. doDisconnect(SftpClient client)protected voidSftpTransport.Request. doTransportFinish(SftpClient client, File exportFile, ExportContext context, ImmoToolTask.Callback callback)protected voidSftpTransport.Request. doTransportInit(SftpClient client, File exportFile, ExportContext context, ImmoToolTask.Callback callback)
-