Uses of Class
com.consol.citrus.ftp.model.PutCommand.Target
-
Packages that use PutCommand.Target Package Description com.consol.citrus.ftp.model -
-
Uses of PutCommand.Target in com.consol.citrus.ftp.model
Fields in com.consol.citrus.ftp.model declared as PutCommand.Target Modifier and Type Field Description protected PutCommand.TargetPutCommand. targetMethods in com.consol.citrus.ftp.model that return PutCommand.Target Modifier and Type Method Description PutCommand.TargetObjectFactory. createPutCommandTarget()Create an instance ofPutCommand.TargetPutCommand.TargetPutCommand. getTarget()Ruft den Wert der target-Eigenschaft ab.Methods in com.consol.citrus.ftp.model with parameters of type PutCommand.Target Modifier and Type Method Description voidPutCommand. setTarget(PutCommand.Target value)Legt den Wert der target-Eigenschaft fest.
-