fr.ifremer.isisfish.util.ssh
Class ProgressMonitor
java.lang.Object
fr.ifremer.isisfish.util.ssh.ProgressMonitor
- Direct Known Subclasses:
- SSHSimulatorLauncher.ControlProgressMonitor
public class ProgressMonitor
- extends Object
Progress monitor (sftp).
- Since:
- 3.3.0.0
Last update : $Date: 2009-12-11 17:30:19 +0100 (ven., 11 déc. 2009) $
By : $Author$
- Version:
- $Revision: 2822 $
- Author:
- chatellier
|
Field Summary |
protected long |
initFileSize
Size of file to download. |
protected long |
totalLength
Current dowloaded length. |
|
Method Summary |
void |
count(long len)
|
void |
end()
|
void |
init(long max)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initFileSize
protected long initFileSize
- Size of file to download.
totalLength
protected long totalLength
- Current dowloaded length.
ProgressMonitor
public ProgressMonitor()
init
public void init(long max)
count
public void count(long len)
end
public void end()
Copyright © 1999-2010 CodeLutin. All Rights Reserved.