Home
Categories
Dictionary
Download
Project Details
Changes Log
FAQ
License

ScriptHelperConfig



The ScriptHelperConfig class allows to set the configuration of the ScriptHelper framework. There is currently only one property:
By default ScriptContext, ScriptHelper, and ScriptLogger are not available in additional scripts.

Optimization level

The ScriptHelperConfig.setOptimizationLevel(String) specifies the default optimization level for scripts compilation. The property can have one of the following values:
  • default: the default optimization level
  • minimum: the minimum optimization level
  • maximum: the maximum optimization level
  • any int value: a specified optimization level (depend if the scripting library allow them)
  • other value: do nothing
This can be overriden in the ScriptWrapper.

Using context in additional scripts

The ScriptHelperConfig.useContextInAdditionalScripts(boolean) allows to specify that the ScriptContext, ScriptHelper, and ScriptLogger are available in additional scripts.

If the boolean is set to true, it means that the following methods: Will be applied with the ScriptContext, ScriptHelper, and ScriptLogger being available in the created script.

See also


Categories: api

Copyright 2019-2020 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence