@Immutable public interface JavaScriptConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
JavaScriptConfig.JavaScriptConfigValue
An enumeration of the known config path expressions and their associated default values for
JavaScriptConfig. |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getMaxScriptExecutionTime()
Returns the maximum execution time of a mapping script to run.
|
int |
getMaxScriptSizeBytes()
Returns the maximum script size in bytes of a mapping script to run.
|
int |
getMaxScriptStackDepth()
Returns the maximum call stack depth in the mapping script.
|
int getMaxScriptSizeBytes()
Duration getMaxScriptExecutionTime()
int getMaxScriptStackDepth()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.