| Package | Description |
|---|---|
| org.apache.sshd.common.config |
| Modifier and Type | Field and Description |
|---|---|
static Set<TimeValueConfig> |
TimeValueConfig.VALUES |
| Modifier and Type | Method and Description |
|---|---|
static TimeValueConfig |
TimeValueConfig.fromValueChar(char ch) |
static TimeValueConfig |
TimeValueConfig.valueOf(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 Map<TimeValueConfig,Long> |
TimeValueConfig.parse(String s) |
| Modifier and Type | Method and Description |
|---|---|
static long |
TimeValueConfig.durationOf(Map<TimeValueConfig,? extends Number> spec) |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.