Uses of Class
org.apache.myfaces.tobago.example.demo.DockerServer
-
Packages that use DockerServer Package Description org.apache.myfaces.tobago.example.demo -
-
Uses of DockerServer in org.apache.myfaces.tobago.example.demo
Methods in org.apache.myfaces.tobago.example.demo that return DockerServer Modifier and Type Method Description DockerServerDockerController. getServer()DockerServer[]DockerController. getServers()static DockerServerDockerServer. valueOf(String name)Returns the enum constant of this type with the specified name.static DockerServer[]DockerServer. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.myfaces.tobago.example.demo with parameters of type DockerServer Modifier and Type Method Description voidDockerController. setServer(DockerServer server)
-