Class Platform
java.lang.Object
com.inductiveautomation.ignition.common.util.Platform
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum - 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PlatformLinux on AARCH64static final PlatformLinux on ARMstatic final PlatformLinux on 64-bitstatic final PlatformLinux on 32-bitstatic final PlatformOS X on 64-bitstatic final PlatformOS X on 32-bitstatic final PlatformWindows on 64-bitstatic final PlatformWindows 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