Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
Capability[] |
CreateContainerCmd.getCapAdd()
Deprecated.
|
Capability[] |
CreateContainerCmd.getCapDrop()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withCapAdd(Capability... capAdd)
Deprecated.
|
CreateContainerCmd |
CreateContainerCmd.withCapDrop(Capability... capDrop)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CreateContainerCmd |
CreateContainerCmd.withCapAdd(java.util.List<Capability> capAdd)
Deprecated.
|
CreateContainerCmd |
CreateContainerCmd.withCapDrop(java.util.List<Capability> capDrop)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Capability[] |
HostConfig.getCapAdd() |
Capability[] |
HostConfig.getCapDrop() |
static Capability |
Capability.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Capability[] |
Capability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HostConfig |
HostConfig.withCapAdd(Capability... capAdd) |
HostConfig |
HostConfig.withCapDrop(Capability... capDrop) |
Copyright © 2019. All Rights Reserved.