Rev 32337 | Go to most recent revision | Details | Last modification | View Log | RSS feed
package com.spice.profitmandi.service.SshServer;
public interface SSHService {
void RestartServer(String ipAddress, int port, String username, String password, String remoteDirectoryPath, String command);
}