Uses of Class
com.consol.citrus.ftp.model.CommandType
-
Packages that use CommandType Package Description com.consol.citrus.ftp.client com.consol.citrus.ftp.model -
-
Uses of CommandType in com.consol.citrus.ftp.client
Methods in com.consol.citrus.ftp.client with parameters of type CommandType Modifier and Type Method Description protected FtpMessageScpClient. createDir(CommandType ftpCommand)protected FtpMessageSftpClient. createDir(CommandType ftpCommand)Execute mkDir command and create new directory.protected FtpMessageFtpClient. executeCommand(CommandType ftpCommand, com.consol.citrus.context.TestContext context)protected FtpMessageSftpClient. executeCommand(CommandType ftpCommand, com.consol.citrus.context.TestContext context) -
Uses of CommandType in com.consol.citrus.ftp.model
Subclasses of CommandType in com.consol.citrus.ftp.model Modifier and Type Class Description classCommandJava-Klasse für anonymous complex type.classConnectCommandJava-Klasse für anonymous complex type.classDeleteCommandJava-Klasse für anonymous complex type.classGetCommandJava-Klasse für anonymous complex type.classListCommandJava-Klasse für anonymous complex type.classPutCommandJava-Klasse für anonymous complex type.Methods in com.consol.citrus.ftp.model that return CommandType Modifier and Type Method Description CommandTypeObjectFactory. createCommandType()Create an instance ofCommandType
-