public interface IServerParent
Modifier and Type | Method and Description |
---|---|
void |
addServer(Server server)
Adds a server.
|
Server |
createServer()
Creates a server.
|
Server |
getServer(String url)
Gets a server by URL.
|
List<Server> |
getServers()
Gets the list of servers.
|
Copyright © 2021 Red Hat. All rights reserved.