Package google.registry.rde
Class LoggingSftpProgressMonitor
java.lang.Object
google.registry.rde.LoggingSftpProgressMonitor
- All Implemented Interfaces:
com.jcraft.jsch.SftpProgressMonitor
public class LoggingSftpProgressMonitor
extends Object
implements com.jcraft.jsch.SftpProgressMonitor
A progress monitor for SFTP operations that writes status to logs periodically.
-
Field Summary
Fields inherited from interface com.jcraft.jsch.SftpProgressMonitor
GET, PUT, UNKNOWN_SIZE
-
Method Summary
-
Method Details
-
init
- Specified by:
init
in interfacecom.jcraft.jsch.SftpProgressMonitor
-
count
public boolean count(long count) - Specified by:
count
in interfacecom.jcraft.jsch.SftpProgressMonitor
-
end
public void end()- Specified by:
end
in interfacecom.jcraft.jsch.SftpProgressMonitor
-