Class BootstrapUtilities.GatewayInfoResults

java.lang.Object
com.inductiveautomation.ignition.client.launch.BootstrapUtilities.GatewayInfoResults
Enclosing class:
BootstrapUtilities

public static final class BootstrapUtilities.GatewayInfoResults extends Object
Stores a subset of information for a gateway which will be launched after a restart or retarget.
  • Field Details

    • platformEdition

      public final String platformEdition
      Won't be null. fallback to an empty string (vanilla Ignition)
    • edgeFlags

      public final List<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.