Class DockerController
- java.lang.Object
-
- org.apache.myfaces.tobago.example.demo.DockerController
-
- All Implemented Interfaces:
Serializable
@SessionScoped @Named public class DockerController extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DockerController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommandLine()intgetPort()DockerServergetServer()DockerServer[]getServers()intgetSslPort()StringgetSslUrl()StringgetTag()String[]getTags()StringgetUrl()voidsetPort(int port)voidsetServer(DockerServer server)voidsetSslPort(int sslPort)voidsetTag(String tag)
-
-
-
Method Detail
-
getServers
public DockerServer[] getServers()
-
getTags
public String[] getTags()
-
getServer
public DockerServer getServer()
-
setServer
public void setServer(DockerServer server)
-
getPort
public int getPort()
-
setPort
public void setPort(int port)
-
getSslPort
public int getSslPort()
-
setSslPort
public void setSslPort(int sslPort)
-
getTag
public String getTag()
-
setTag
public void setTag(String tag)
-
getCommandLine
public String getCommandLine()
-
getUrl
public String getUrl()
-
getSslUrl
public String getSslUrl()
-
-