public abstract class ServerMeta extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERVER_LIST_URL
Location of list of known HAPI servers.
|
Constructor and Description |
---|
ServerMeta() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getContact()
Returns the name of a person who can be contacted about this service.
|
abstract String |
getEmail()
Returns the email address for contact regarding this service.
|
abstract String |
getName()
Returns the name of this service.
|
static ServerMeta[] |
getServers()
Returns a list of known servers.
|
abstract String |
getTitle()
Returns the title of this service.
|
abstract String |
getUrl()
Returns the base URL of the HAPI service.
|
public static final String SERVER_LIST_URL
public abstract String getUrl()
public abstract String getName()
public abstract String getTitle()
public abstract String getContact()
public abstract String getEmail()
public static ServerMeta[] getServers()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.