Class LaunchSysProp.StringLaunchSysProp

java.lang.Object
com.inductiveautomation.ignition.client.launch.util.LaunchSysProp<String>
com.inductiveautomation.ignition.client.launch.util.LaunchSysProp.StringLaunchSysProp
Enclosing class:
LaunchSysProp<T>

public static class LaunchSysProp.StringLaunchSysProp extends LaunchSysProp<String>
The most standard form of a system property, whose value is simply a (nullable) String type.
  • Method Details

    • getValue

      @Nonnull public List<String> getValue(@Nonnull String separator)
      Useful for splitting the value on a specific separator.