Uses of Interface
org.mockftpserver.fake.ServerConfiguration

Packages that use ServerConfiguration
org.mockftpserver.fake   
org.mockftpserver.fake.command   
 

Uses of ServerConfiguration in org.mockftpserver.fake
 

Classes in org.mockftpserver.fake that implement ServerConfiguration
 class FakeFtpServer
          FakeFtpServer is the top-level class for a "fake" implementation of an FTP Server, suitable for testing FTP client code or standing in for a live FTP server.
 

Methods in org.mockftpserver.fake that return ServerConfiguration
 ServerConfiguration ServerConfigurationAware.getServerConfiguration()
           
 

Methods in org.mockftpserver.fake with parameters of type ServerConfiguration
 void ServerConfigurationAware.setServerConfiguration(ServerConfiguration serverConfiguration)
           
 

Uses of ServerConfiguration in org.mockftpserver.fake.command
 

Methods in org.mockftpserver.fake.command that return ServerConfiguration
 ServerConfiguration AbstractFakeCommandHandler.getServerConfiguration()
           
 

Methods in org.mockftpserver.fake.command with parameters of type ServerConfiguration
 void AbstractFakeCommandHandler.setServerConfiguration(ServerConfiguration serverConfiguration)
           
 



Copyright © 2014. All rights reserved.