Class Platform
java.lang.Object
com.inductiveautomation.ignition.common.util.Platform
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumstatic enum
- 
Field SummaryFieldsModifier 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 SummaryConstructorsConstructorDescriptionPlatform(Platform.OperatingSystem operatingSystem, Platform.Architecture architecture) 
- 
Method Summary
- 
Field Details- 
WINDOWS_X86Windows on 32-bit
- 
WINDOWS_X64Windows on 64-bit
- 
LINUX_X86Linux on 32-bit
- 
LINUX_X64Linux on 64-bit
- 
LINUX_ARMLinux on ARM
- 
LINUX_AARCH64Linux on AARCH64
- 
OSX_X86OS X on 32-bit
- 
OSX_X64OS X on 64-bit
 
- 
- 
Constructor Details- 
Platform
 
- 
- 
Method Details