public interface Servers
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Interface and Description |
|---|---|
static class |
Servers.Duck |
| Modifier and Type | Method and Description |
|---|---|
List<Server> |
getServer()
Return the list of currently configured server.
|
Server |
getServer(String name)
Return the server with the given name, or null if no such server exists.
|
List<Server> |
getServersOnNode(Node node)
Return the list of Servers that reference a Node
|
List<Server> getServer()
List
instanceServer@DuckTyped Server getServer(String name)
name - the name of the serverCopyright © 2017–2020 Eclipse Foundation. All rights reserved.