| Package | Description |
|---|---|
| io.dekorate.option.annotation | |
| io.dekorate.option.config |
| Modifier and Type | Method and Description |
|---|---|
static SecureRandomSource |
SecureRandomSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecureRandomSource[] |
SecureRandomSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SecureRandomSource |
JvmConfig.getSecureRandom() |
SecureRandomSource |
JvmConfigFluent.getSecureRandom() |
SecureRandomSource |
JvmConfigFluentImpl.getSecureRandom() |
| Modifier and Type | Method and Description |
|---|---|
A |
JvmConfigFluent.withSecureRandom(SecureRandomSource secureRandom) |
A |
JvmConfigFluentImpl.withSecureRandom(SecureRandomSource secureRandom) |
| Constructor and Description |
|---|
EditableJvmConfig(Project project,
Map<ConfigKey,Object> attributes,
int xms,
int xmx,
boolean server,
boolean useStringDeduplication,
boolean preferIPv4Stack,
boolean heapDumpOnOutOfMemoryError,
boolean useGCOverheadLimit,
GarbageCollector gc,
SecureRandomSource secureRandom) |
JvmConfig(Project project,
Map<ConfigKey,Object> attributes,
int xms,
int xmx,
boolean server,
boolean useStringDeduplication,
boolean preferIPv4Stack,
boolean heapDumpOnOutOfMemoryError,
boolean useGCOverheadLimit,
GarbageCollector gc,
SecureRandomSource secureRandom) |
Copyright © 2018–2019 Red Hat. All rights reserved.