|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Platform | |
|---|---|
| de.flapdoodle.embed.process.distribution | |
| de.flapdoodle.embed.process.runtime | |
| Uses of Platform in de.flapdoodle.embed.process.distribution |
|---|
| Methods in de.flapdoodle.embed.process.distribution that return Platform | |
|---|---|
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. |
| Constructors in de.flapdoodle.embed.process.distribution with parameters of type Platform | |
|---|---|
Distribution(IVersion version,
Platform platform,
BitSize bitsize)
|
|
| Uses of Platform in de.flapdoodle.embed.process.runtime |
|---|
| Methods in de.flapdoodle.embed.process.runtime with parameters of type Platform | |
|---|---|
static boolean |
NUMA.isNUMA(ISupportConfig support,
Platform platform)
|
static boolean |
NUMA.isNUMAOnce(ISupportConfig support,
Platform platform)
|
static boolean |
ProcessControl.killProcess(ISupportConfig support,
Platform platform,
IStreamProcessor output,
int pid)
|
static boolean |
ProcessControl.tryKillProcess(ISupportConfig support,
Platform platform,
IStreamProcessor output,
int pid)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||