@SessionScoped @Named public class DockerController extends Object implements Serializable
| Constructor and Description |
|---|
DockerController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandLine() |
int |
getPort() |
DockerServer |
getServer() |
DockerServer[] |
getServers() |
int |
getSslPort() |
String |
getSslUrl() |
String |
getTag() |
String[] |
getTags() |
String |
getUrl() |
void |
setPort(int port) |
void |
setServer(DockerServer server) |
void |
setSslPort(int sslPort) |
void |
setTag(String tag) |
public DockerServer[] getServers()
public String[] getTags()
public DockerServer getServer()
public void setServer(DockerServer server)
public int getPort()
public void setPort(int port)
public int getSslPort()
public void setSslPort(int sslPort)
public String getTag()
public void setTag(String tag)
public String getCommandLine()
public String getUrl()
public String getSslUrl()
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.