Fabric3 FTP Binding

Uses of Class
org.fabric3.binding.ftp.scdl.TransferMode

Packages that use TransferMode
org.fabric3.binding.ftp.scdl   
 

Uses of TransferMode in org.fabric3.binding.ftp.scdl
 

Methods in org.fabric3.binding.ftp.scdl that return TransferMode
 TransferMode FtpBindingDefinition.getTransferMode()
          Gets the transfer mode.
static TransferMode TransferMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransferMode[] TransferMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.fabric3.binding.ftp.scdl with parameters of type TransferMode
FtpBindingDefinition(URI uri, TransferMode transferMode)
          Initializes the binding type.
 


Fabric3 FTP Binding

Copyright © 2007-2008 Fabric3 project contributors. All Rights Reserved.
Licensed under the terms of the Apache License 2.0.