Class Platform
java.lang.Object
com.inductiveautomation.ignition.common.util.Platform
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Platform
Linux on AARCH64static final Platform
Linux on ARMstatic final Platform
Linux on 64-bitstatic final Platform
Linux on 32-bitstatic final Platform
OS X on 64-bitstatic final Platform
OS X on 32-bitstatic final Platform
Windows on 64-bitstatic final Platform
Windows on 32-bit -
Constructor Summary
ConstructorsConstructorDescriptionPlatform
(Platform.OperatingSystem operatingSystem, Platform.Architecture architecture) -
Method Summary
-
Field Details
-
WINDOWS_X86
Windows on 32-bit -
WINDOWS_X64
Windows on 64-bit -
LINUX_X86
Linux on 32-bit -
LINUX_X64
Linux on 64-bit -
LINUX_ARM
Linux on ARM -
LINUX_AARCH64
Linux on AARCH64 -
OSX_X86
OS X on 32-bit -
OSX_X64
OS X on 64-bit
-
-
Constructor Details
-
Platform
-
-
Method Details