| Package | Description |
|---|---|
| com.github.dockerjava.api.model |
| Modifier and Type | Field and Description |
|---|---|
LogConfig.LoggingType |
LogConfig.type |
| Modifier and Type | Method and Description |
|---|---|
static LogConfig.LoggingType |
LogConfig.LoggingType.fromValue(String text) |
LogConfig.LoggingType |
LogConfig.getType() |
static LogConfig.LoggingType |
LogConfig.LoggingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogConfig.LoggingType[] |
LogConfig.LoggingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LogConfig |
LogConfig.setType(LogConfig.LoggingType type) |
| Constructor and Description |
|---|
LogConfig(LogConfig.LoggingType type) |
LogConfig(LogConfig.LoggingType type,
Map<String,String> config) |
Copyright © 2025. All rights reserved.