Class BootstrapUtilities.GatewayInfoResults
- java.lang.Object
-
- com.inductiveautomation.ignition.client.launch.BootstrapUtilities.GatewayInfoResults
-
- Enclosing class:
- BootstrapUtilities
public static final class BootstrapUtilities.GatewayInfoResults extends java.lang.Object
Stores a subset of information for a gateway which will be launched after a restart or retarget.
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<java.lang.String>
edgeFlags
The list of edge plugins for this system.java.lang.String
platformEdition
Won't be null.boolean
useCondensedDialogFont
If true, should launch the new client pointing to the condensed font file.
-
-
-
Field Detail
-
platformEdition
public final java.lang.String platformEdition
Won't be null. fallback to an empty string (vanilla Ignition)
-
edgeFlags
public final java.util.List<java.lang.String> 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 useCondensedDialogFont
If 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.
-
-