public class ServerListing
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ServerListing |
ALL
Central list of production servers without ad-hoc metadata.
|
static ServerListing |
ALL_
Central list of production servers with ad-hoc metadata.
|
static ServerListing |
DEV
Central list of development servers.
|
static ServerListing |
FALLBACK
Fallback hard-coded list, does not rely on a service.
|
static ServerListing[] |
LISTINGS
Known listings.
|
Modifier and Type | Method and Description |
---|---|
ServerMeta[] |
getServers()
Returns the list of servers held by this object.
|
java.lang.String |
toString() |
public static final ServerListing ALL
public static final ServerListing ALL_
public static final ServerListing DEV
public static final ServerListing FALLBACK
public static final ServerListing[] LISTINGS
public ServerMeta[] getServers()
public java.lang.String toString()
toString
in class java.lang.Object