![JAR search and dependency download from the Maven repository](/logo.png)
com.googlecode.openbox.server.loaders.ServerGroupLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ssh Show documentation
Show all versions of ssh Show documentation
This is remote linux SSH module
The newest version!
package com.googlecode.openbox.server.loaders;
import com.googlecode.openbox.server.ServerGroup;
public interface ServerGroupLoader {
String getUsername();
String getPassword();
int getPort();
String[] getIps();
ServerGroup toServerGroup(boolean isConcurrent);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy