java.lang.Object
com.pervasive.datarush.script.ScriptOptions
- All Implemented Interfaces:
Serializable
Container for options to the script environment that are exposed to operators that are scripting aware.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScriptOptions(List<String> includeDirs, StrictMode strictMode, boolean extensionsEnabled) Construct a script options instance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the indicator of whether extensions are enabled or not.Get the list of include directoriesGet the strictness mode.
-
Constructor Details
-
ScriptOptions
Construct a script options instance.- Parameters:
includeDirs- list of include directoriesstrictMode- strictness modeextensionsEnabled- whether extensions are enabled or not
-
-
Method Details
-
getIncludeDirs
Get the list of include directories- Returns:
- list of include directories
-
getStrictMode
Get the strictness mode.- Returns:
- strictness mode
-
getExtensionsEnabled
public boolean getExtensionsEnabled()Get the indicator of whether extensions are enabled or not.- Returns:
- extensions enabled or disabled
-