|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crosswire.jsword.book.install.sword.FTPExample
public final class FTPExample
Prototype code
The GNU Lesser General Public License for details.| Constructor Summary | |
|---|---|
private |
FTPExample()
|
| Method Summary | |
|---|---|
(package private) static void |
copyDirectory(org.apache.commons.net.ftp.FTPClient ftpClient,
String sourceDir,
String module,
String destDir,
String currentDir)
|
(package private) static void |
copyFile(org.apache.commons.net.ftp.FTPClient ftpClient,
String sourceDir,
String file,
String destDir)
|
(package private) static long |
getSize(org.apache.commons.net.ftp.FTPClient ftpClient,
String sourceDir,
String module)
|
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private FTPExample()
| Method Detail |
|---|
static void copyDirectory(org.apache.commons.net.ftp.FTPClient ftpClient,
String sourceDir,
String module,
String destDir,
String currentDir)
throws IOException
IOException
static void copyFile(org.apache.commons.net.ftp.FTPClient ftpClient,
String sourceDir,
String file,
String destDir)
throws IOException
IOException
static long getSize(org.apache.commons.net.ftp.FTPClient ftpClient,
String sourceDir,
String module)
throws IOException
IOExceptionpublic static void main(String[] args)
|
Copyright ยจ 2003-2015 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||