Uses of Class
org.apache.camel.component.docker.DockerOperation
-
Packages that use DockerOperation Package Description org.apache.camel.component.docker -
-
Uses of DockerOperation in org.apache.camel.component.docker
Methods in org.apache.camel.component.docker that return DockerOperation Modifier and Type Method Description static DockerOperation
DockerOperation. getDockerOperation(String name)
DockerOperation
DockerConfiguration. getOperation()
static DockerOperation
DockerOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static DockerOperation[]
DockerOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.docker with parameters of type DockerOperation Modifier and Type Method Description void
DockerConfiguration. setOperation(DockerOperation operation)
Which operation to use
-