rero.dialogs.server

Class Server

public class Server extends Object implements Comparable

Field Summary
protected Stringcompare
protected Stringdescription
protected Stringhost
protected static PatternisServerNormal
protected static PatternisServerPassword
protected booleanisSSL
protected Stringnetwork
protected Stringpassword
protected StringportRange
Constructor Summary
Server()
Server(String d, String h, String r, String n, boolean s, String p)
Method Summary
intcompareTo(Object o)
static Serverdecode(String text)
StringgetCommand()
StringgetCompare()
StringgetConnectPort()
StringgetDescription()
StringgetHost()
StringgetNetwork()
StringgetPassword()
StringgetPorts()
booleanisRandom()
booleanisSecure()
voidsetValues(String d, String h, String r, String n, boolean s, String p)
StringtoString()
StringtoString(int x)

Field Detail

compare

protected String compare

description

protected String description

host

protected String host

isServerNormal

protected static Pattern isServerNormal

isServerPassword

protected static Pattern isServerPassword

isSSL

protected boolean isSSL

network

protected String network

password

protected String password

portRange

protected String portRange

Constructor Detail

Server

public Server()

Server

public Server(String d, String h, String r, String n, boolean s, String p)

Method Detail

compareTo

public int compareTo(Object o)

decode

public static Server decode(String text)

getCommand

public String getCommand()

getCompare

public String getCompare()

getConnectPort

public String getConnectPort()

getDescription

public String getDescription()

getHost

public String getHost()

getNetwork

public String getNetwork()

getPassword

public String getPassword()

getPorts

public String getPorts()

isRandom

public boolean isRandom()

isSecure

public boolean isSecure()

setValues

public void setValues(String d, String h, String r, String n, boolean s, String p)

toString

public String toString()

toString

public String toString(int x)