| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.store | |
| de.flapdoodle.embed.process.distribution | |
| de.flapdoodle.embed.process.runtime |
| Modifier and Type | Method and Description |
|---|---|
PlatformLibraryStoreBuilder |
PlatformLibraryStoreBuilder.setLibraries(Platform platform,
String[] libraries) |
PlatformLibraryStoreBuilder |
PlatformLibraryStoreBuilder.setLibrary(Platform platform,
String library) |
| Modifier and Type | Method and Description |
|---|---|
static Platform |
Platform.detect() |
Platform |
Distribution.getPlatform() |
static Platform |
Platform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Platform[] |
Platform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Distribution(IVersion version,
Platform platform,
BitSize bitsize) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NUMA.isNUMA(ISupportConfig support,
Platform platform) |
static boolean |
NUMA.isNUMAOnce(ISupportConfig support,
Platform platform) |
static boolean |
Processes.isProcessRunning(Platform platform,
long pid) |
static boolean |
Processes.killProcess(ISupportConfig support,
Platform platform,
IStreamProcessor output,
long pid) |
static boolean |
Processes.termProcess(ISupportConfig support,
Platform platform,
IStreamProcessor output,
long pid) |
static boolean |
Processes.tryKillProcess(ISupportConfig support,
Platform platform,
IStreamProcessor output,
long pid) |
Copyright © 2018. All Rights Reserved.