Package | Description |
---|---|
org.apache.sshd.common.config |
Modifier and Type | Field and Description |
---|---|
static java.util.Set<TimeValueConfig> |
TimeValueConfig.VALUES |
Modifier and Type | Method and Description |
---|---|
static TimeValueConfig |
TimeValueConfig.fromValueChar(char ch) |
static TimeValueConfig |
TimeValueConfig.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeValueConfig[] |
TimeValueConfig.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<TimeValueConfig,java.lang.Long> |
TimeValueConfig.parse(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
static long |
TimeValueConfig.durationOf(java.util.Map<TimeValueConfig,? extends java.lang.Number> spec) |