All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.openbox.server.loaders.ServerGroupLoader Maven / Gradle / Ivy

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