Uses of Class
com.consol.citrus.ftp.model.PutCommand.File
-
Packages that use PutCommand.File Package Description com.consol.citrus.ftp.model -
-
Uses of PutCommand.File in com.consol.citrus.ftp.model
Fields in com.consol.citrus.ftp.model declared as PutCommand.File Modifier and Type Field Description protected PutCommand.FilePutCommand. fileMethods in com.consol.citrus.ftp.model that return PutCommand.File Modifier and Type Method Description PutCommand.FileObjectFactory. createPutCommandFile()Create an instance ofPutCommand.FilePutCommand.FilePutCommand. getFile()Ruft den Wert der file-Eigenschaft ab.Methods in com.consol.citrus.ftp.model with parameters of type PutCommand.File Modifier and Type Method Description voidPutCommand. setFile(PutCommand.File value)Legt den Wert der file-Eigenschaft fest.
-