|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.wagon.AbstractWagon
org.apache.maven.wagon.StreamWagon
org.apache.maven.wagon.providers.ftp.FtpWagon
public class FtpWagon
| Nested Class Summary | |
|---|---|
class |
FtpWagon.PrintCommandListener
|
| Field Summary |
|---|
| Fields inherited from class org.apache.maven.wagon.AbstractWagon |
|---|
authenticationInfo, DEFAULT_BUFFER_SIZE, interactive, proxyInfo, repository, sessionEventSupport, transferEventSupport |
| Fields inherited from interface org.apache.maven.wagon.Wagon |
|---|
ROLE |
| Constructor Summary | |
|---|---|
FtpWagon()
|
|
| Method Summary | |
|---|---|
void |
closeConnection()
|
void |
fillInputData(org.apache.maven.wagon.InputData inputData)
|
void |
fillOutputData(org.apache.maven.wagon.OutputData outputData)
|
protected void |
fireGetCompleted(org.apache.maven.wagon.resource.Resource resource,
java.io.File localFile)
|
protected void |
firePutCompleted(org.apache.maven.wagon.resource.Resource resource,
java.io.File file)
|
protected void |
fireSessionDebug(java.lang.String msg)
|
java.util.List |
getFileList(java.lang.String destinationDirectory)
|
void |
openConnection()
|
boolean |
resourceExists(java.lang.String resourceName)
|
| Methods inherited from class org.apache.maven.wagon.StreamWagon |
|---|
get, getIfNewer, put |
| Methods inherited from class org.apache.maven.wagon.AbstractWagon |
|---|
addSessionListener, addTransferListener, connect, connect, connect, connect, createParentDirectories, createZip, disconnect, fireGetInitiated, fireGetStarted, firePutInitiated, firePutStarted, fireSessionConnectionRefused, fireSessionDisconnected, fireSessionDisconnecting, fireSessionError, fireSessionLoggedIn, fireSessionLoggedOff, fireSessionOpened, fireSessionOpening, fireTransferDebug, fireTransferError, fireTransferProgress, getAuthenticationInfo, getPath, getProxyInfo, getRepository, getSessionEventSupport, getTransfer, getTransfer, getTransferEventSupport, hasSessionListener, hasTransferListener, isInteractive, postProcessListeners, putDirectory, putTransfer, removeSessionListener, removeTransferListener, setInteractive, setSessionEventSupport, setTransferEventSupport, supportsDirectoryCopy, transfer, transfer, transfer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FtpWagon()
| Method Detail |
|---|
public void openConnection()
throws org.apache.maven.wagon.ConnectionException,
org.apache.maven.wagon.authentication.AuthenticationException
openConnection in interface org.apache.maven.wagon.WagonopenConnection in class org.apache.maven.wagon.StreamWagonorg.apache.maven.wagon.ConnectionException
org.apache.maven.wagon.authentication.AuthenticationException
protected void firePutCompleted(org.apache.maven.wagon.resource.Resource resource,
java.io.File file)
firePutCompleted in class org.apache.maven.wagon.AbstractWagon
protected void fireGetCompleted(org.apache.maven.wagon.resource.Resource resource,
java.io.File localFile)
fireGetCompleted in class org.apache.maven.wagon.AbstractWagon
public void closeConnection()
throws org.apache.maven.wagon.ConnectionException
closeConnection in class org.apache.maven.wagon.StreamWagonorg.apache.maven.wagon.ConnectionException
public void fillOutputData(org.apache.maven.wagon.OutputData outputData)
throws org.apache.maven.wagon.TransferFailedException
fillOutputData in class org.apache.maven.wagon.StreamWagonorg.apache.maven.wagon.TransferFailedException
public void fillInputData(org.apache.maven.wagon.InputData inputData)
throws org.apache.maven.wagon.TransferFailedException,
org.apache.maven.wagon.ResourceDoesNotExistException
fillInputData in class org.apache.maven.wagon.StreamWagonorg.apache.maven.wagon.TransferFailedException
org.apache.maven.wagon.ResourceDoesNotExistExceptionprotected void fireSessionDebug(java.lang.String msg)
fireSessionDebug in class org.apache.maven.wagon.AbstractWagon
public java.util.List getFileList(java.lang.String destinationDirectory)
throws org.apache.maven.wagon.TransferFailedException,
org.apache.maven.wagon.ResourceDoesNotExistException,
org.apache.maven.wagon.authorization.AuthorizationException
getFileList in interface org.apache.maven.wagon.WagongetFileList in class org.apache.maven.wagon.AbstractWagonorg.apache.maven.wagon.TransferFailedException
org.apache.maven.wagon.ResourceDoesNotExistException
org.apache.maven.wagon.authorization.AuthorizationException
public boolean resourceExists(java.lang.String resourceName)
throws org.apache.maven.wagon.TransferFailedException,
org.apache.maven.wagon.authorization.AuthorizationException
resourceExists in interface org.apache.maven.wagon.WagonresourceExists in class org.apache.maven.wagon.AbstractWagonorg.apache.maven.wagon.TransferFailedException
org.apache.maven.wagon.authorization.AuthorizationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||