public class PlatformHelper
extends java.lang.Object
Most (if not all) of these methods are stateless and thus are implemented as static methods.
| Modifier and Type | Field and Description |
|---|---|
private static boolean |
winFamily
Variable to cache the current OS Windows family value.
|
| Constructor and Description |
|---|
PlatformHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isUnderWindowsFamily()
Checks is the current OS the P2J is running on belongs to the Windows
family.
|