Uses of Class
com.consol.citrus.ftp.model.ListCommand
-
Packages that use ListCommand Package Description com.consol.citrus.ftp.client com.consol.citrus.ftp.model -
-
Uses of ListCommand in com.consol.citrus.ftp.client
Methods in com.consol.citrus.ftp.client with parameters of type ListCommand Modifier and Type Method Description protected FtpMessageFtpClient. listFiles(ListCommand list, com.consol.citrus.context.TestContext context)Perform list files operation and provide file information as response.protected FtpMessageScpClient. listFiles(ListCommand list, com.consol.citrus.context.TestContext context)protected FtpMessageSftpClient. listFiles(ListCommand list, com.consol.citrus.context.TestContext context) -
Uses of ListCommand in com.consol.citrus.ftp.model
Methods in com.consol.citrus.ftp.model that return ListCommand Modifier and Type Method Description ListCommandObjectFactory. createListCommand()Create an instance ofListCommand
-