Class BootstrapUtilities.GatewayInfoResults
java.lang.Object
com.inductiveautomation.ignition.client.launch.BootstrapUtilities.GatewayInfoResults
- Enclosing class:
- BootstrapUtilities
Stores a subset of information for a gateway which will be launched after a restart or retarget.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionThe list of edge plugins for this system.final StringWon't be null.final booleanIf true, should launch the new client pointing to the condensed font file.
- 
Method Summary
- 
Field Details- 
platformEditionWon't be null. fallback to an empty string (vanilla Ignition)
- 
edgeFlagsThe list of edge plugins for this system. Note that even an empty list is important and means there are no plugins on the license
- 
useCondensedDialogFontpublic final boolean useCondensedDialogFontIf true, should launch the new client pointing to the condensed font file. This is usually false, but should be checked since it needs to be provided when creating the new process.
 
-