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: 2011-07-15 15:12:45 +0200 (Fri, 15 Jul 2011) $
By : $Author$
- Version:
- $Revision: 3445 $
- 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-2012 CodeLutin. All Rights Reserved.