Package | Description |
---|---|
org.apache.camel.component.docker |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
DockerConfiguration.setOperation(DockerOperation operation)
Which operation to use
|
Apache Camel