Uses of Class
com.consol.citrus.ftp.model.DeleteCommand
-
Packages that use DeleteCommand Package Description com.consol.citrus.ftp.client com.consol.citrus.ftp.model -
-
Uses of DeleteCommand in com.consol.citrus.ftp.client
Methods in com.consol.citrus.ftp.client with parameters of type DeleteCommand Modifier and Type Method Description protected FtpMessageFtpClient. deleteFile(DeleteCommand delete, com.consol.citrus.context.TestContext context)Performs delete file operation.protected FtpMessageScpClient. deleteFile(DeleteCommand delete, com.consol.citrus.context.TestContext context)protected FtpMessageSftpClient. deleteFile(DeleteCommand delete, com.consol.citrus.context.TestContext context) -
Uses of DeleteCommand in com.consol.citrus.ftp.model
Methods in com.consol.citrus.ftp.model that return DeleteCommand Modifier and Type Method Description DeleteCommandObjectFactory. createDeleteCommand()Create an instance ofDeleteCommand
-