Interface Platform

All Superinterfaces:
org.aeonbits.owner.Config, EngineProperties<Platform>, Serializable

@Sources({"system:properties","file:src/main/resources/properties/ExecutionPlatform.properties","file:src/main/resources/properties/default/ExecutionPlatform.properties","classpath:ExecutionPlatform.properties"}) public interface Platform extends EngineProperties<Platform>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     

    Nested classes/interfaces inherited from interface org.aeonbits.owner.Config

    org.aeonbits.owner.Config.ConverterClass, org.aeonbits.owner.Config.DecryptorClass, org.aeonbits.owner.Config.DefaultValue, org.aeonbits.owner.Config.DisableableFeature, org.aeonbits.owner.Config.DisableFeature, org.aeonbits.owner.Config.EncryptedValue, org.aeonbits.owner.Config.HotReload, org.aeonbits.owner.Config.HotReloadType, org.aeonbits.owner.Config.Key, org.aeonbits.owner.Config.LoadPolicy, org.aeonbits.owner.Config.LoadType, org.aeonbits.owner.Config.PreprocessorClasses, org.aeonbits.owner.Config.Separator, org.aeonbits.owner.Config.Sources, org.aeonbits.owner.Config.TokenizerClass
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
    boolean
     
     
    boolean
     
     
    set()
     
     
  • Method Details

    • crossBrowserMode

      @Key("SHAFT.CrossBrowserMode") @DefaultValue("off") String crossBrowserMode()
    • executionAddress

      @Key("executionAddress") @DefaultValue("local") String executionAddress()
    • targetPlatform

      @Key("targetOperatingSystem") @DefaultValue("Linux") String targetPlatform()
    • proxy

      @Key("com.SHAFT.proxySettings") @DefaultValue("") String proxy()
    • driverProxySettings

      @Key("driverProxySettings") @DefaultValue("true") boolean driverProxySettings()
    • jvmProxySettings

      @Key("jvmProxySettings") @DefaultValue("true") boolean jvmProxySettings()
    • enableBiDi

      @Key("enableBiDi") @DefaultValue("true") boolean enableBiDi()
    • set

      default Platform.SetProperty set()
      Specified by:
      set in interface EngineProperties<Platform>