Uses of Class
com.emarsys.ecommon.files.ScpTransferHelper.Implementation

Packages that use ScpTransferHelper.Implementation
com.emarsys.ecommon.files Provides utilities to manage files. 
 

Uses of ScpTransferHelper.Implementation in com.emarsys.ecommon.files
 

Methods in com.emarsys.ecommon.files that return ScpTransferHelper.Implementation
static ScpTransferHelper.Implementation ScpTransferHelper.Implementation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ScpTransferHelper.Implementation[] ScpTransferHelper.Implementation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.emarsys.ecommon.files with parameters of type ScpTransferHelper.Implementation
 void ScpTransferHelper.transferFile(ScpTransferHelper.Implementation i, java.lang.String path, java.lang.String filename)
          Transfers the file with implementation i to the current directory on the server.
 void ScpTransferHelper.transferFile(ScpTransferHelper.Implementation i, java.lang.String path, java.lang.String filename, java.lang.String target)
          Transfers the file with implementation i to the given target on the server.
 



Copyright © 2010 emarsys AG. All Rights Reserved.