| Package | Description |
|---|---|
| de.flapdoodle.embed.process.distribution |
| Modifier and Type | Method and Description |
|---|---|
BitSize |
ImmutableDistribution.bitsize() |
abstract BitSize |
Distribution.bitsize() |
static BitSize |
BitSize.detect() |
static BitSize |
BitSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitSize[] |
BitSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableDistribution.Builder |
ImmutableDistribution.Builder.bitsize(BitSize bitsize)
Initializes the value for the
bitsize attribute. |
static ImmutableDistribution |
ImmutableDistribution.of(Version version,
Platform platform,
BitSize bitsize)
Construct a new immutable
Distribution instance. |
static Distribution |
Distribution.of(Version version,
Platform platform,
BitSize bitsize) |
ImmutableDistribution |
ImmutableDistribution.withBitsize(BitSize value)
Copy the current immutable object by setting a value for the
bitsize attribute. |
Copyright © 2020. All rights reserved.