org.mule.tck.util.sftp
Class SftpServer

java.lang.Object
  extended by org.mule.tck.util.sftp.SftpServer

public class SftpServer
extends Object


Field Summary
static String PASSWORD
           
static String USERNAME
           
 
Constructor Summary
SftpServer(int port)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USERNAME

public static final String USERNAME
See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
See Also:
Constant Field Values
Constructor Detail

SftpServer

public SftpServer(int port)
Method Detail

start

public void start()

stop

public void stop()


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.