Uses of Class
com.openindex.openestate.tool.agency.export.SftpTransport
-
Packages that use SftpTransport Package Description com.openindex.openestate.tool.agency.export Exportmechanismen. -
-
Uses of SftpTransport in com.openindex.openestate.tool.agency.export
Methods in com.openindex.openestate.tool.agency.export with parameters of type SftpTransport Modifier and Type Method Description protected abstract SftpTransport.Request
AbstractPhpFormat. createExportRequestForSftp(SftpTransport transport, File exportFile)
protected SftpTransport.Request
WebsitePhp1Format. createExportRequestForSftp(SftpTransport transport, File exportFile)
protected SftpTransport.Request
WebsitePhp2Format. createExportRequestForSftp(SftpTransport transport, File exportFile)
void
SftpTransportPanel. load(DbAgencyExport export, SftpTransport transport)
void
SftpTransportPanel. save(DbAgencyExport export, SftpTransport transport)
Constructors in com.openindex.openestate.tool.agency.export with parameters of type SftpTransport Constructor Description Request(SftpTransport transport, File exportFile)
Request(SftpTransport transport, File exportFile, String stampFileName)
-