|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsun.net.NetworkClient
sun.net.TransferProtocolClient
sun.net.ftp.FtpClient
org.apache.excalibur.source.impl.FTPSource.EnhancedFtpClient
private static class FTPSource.EnhancedFtpClient
Need to extend FtpClient in order to get to protected issueCommand and implement additional functionality.
| Field Summary |
|---|
| Fields inherited from class sun.net.ftp.FtpClient |
|---|
FTP_PORT, welcomeMsg |
| Fields inherited from class sun.net.TransferProtocolClient |
|---|
serverResponse |
| Fields inherited from class sun.net.NetworkClient |
|---|
connectTimeout, defaultConnectTimeout, defaultSoTimeout, encoding, proxy, readTimeout, serverInput, serverOutput, serverSocket |
| Constructor Summary | |
|---|---|
private |
FTPSource.EnhancedFtpClient(java.lang.String host)
|
| Method Summary | |
|---|---|
(package private) void |
delete(java.lang.String path)
|
(package private) void |
mkdir(java.lang.String directoryName)
Create a directory in the current working directory. |
(package private) void |
mkdirs(java.lang.String directoryPath)
Create all directories along a directory path if they do not already exist. |
| Methods inherited from class sun.net.ftp.FtpClient |
|---|
append, ascii, binary, cd, cdUp, closeServer, finalize, get, getFtpProxyHost, getFtpProxyPort, getUseFtpProxy, issueCommand, issueCommandCheck, list, login, matchNonProxyHosts, nameList, noop, openDataConnection, openPassiveDataConnection, openServer, openServer, put, pwd, readReply, reInit, rename, system |
| Methods inherited from class sun.net.TransferProtocolClient |
|---|
getResponseString, getResponseStrings, readServerResponse, sendServer |
| Methods inherited from class sun.net.NetworkClient |
|---|
doConnect, getConnectTimeout, getLocalAddress, getReadTimeout, serverIsOpen, setConnectTimeout, setReadTimeout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private FTPSource.EnhancedFtpClient(java.lang.String host)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
void delete(java.lang.String path)
throws java.io.IOException
java.io.IOException
void mkdir(java.lang.String directoryName)
throws java.io.IOException
java.io.IOException
void mkdirs(java.lang.String directoryPath)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||