Uses of Class
com.consol.citrus.ftp.model.GetCommand
-
Packages that use GetCommand Package Description com.consol.citrus.ftp.client com.consol.citrus.ftp.model -
-
Uses of GetCommand in com.consol.citrus.ftp.client
Methods in com.consol.citrus.ftp.client with parameters of type GetCommand Modifier and Type Method Description protected FtpMessageFtpClient. retrieveFile(GetCommand command, com.consol.citrus.context.TestContext context)Performs retrieve file operation.protected FtpMessageScpClient. retrieveFile(GetCommand command, com.consol.citrus.context.TestContext context)protected FtpMessageSftpClient. retrieveFile(GetCommand command, com.consol.citrus.context.TestContext context) -
Uses of GetCommand in com.consol.citrus.ftp.model
Methods in com.consol.citrus.ftp.model that return GetCommand Modifier and Type Method Description GetCommandObjectFactory. createGetCommand()Create an instance ofGetCommand
-