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 Summary
FieldsModifier and TypeFieldDescriptionThe list of edge plugins for this system.final String
Won't be null.final boolean
If true, should launch the new client pointing to the condensed font file. -
Method Summary
-
Field Details
-
platformEdition
Won't be null. fallback to an empty string (vanilla Ignition) -
edgeFlags
The list of edge plugins for this system. Note that even an empty list is important and means there are no plugins on the license -
useCondensedDialogFont
public 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.
-