Uses of Class
com.pervasive.datarush.script.StrictMode
-
Packages that use StrictMode Package Description com.pervasive.datarush.script -
-
Uses of StrictMode in com.pervasive.datarush.script
Methods in com.pervasive.datarush.script that return StrictMode Modifier and Type Method Description StrictMode
ScriptOptions. getStrictMode()
Get the strictness mode.static StrictMode
StrictMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static StrictMode[]
StrictMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.pervasive.datarush.script with parameters of type StrictMode Constructor Description ScriptOptions(List<String> includeDirs, StrictMode strictMode, boolean extensionsEnabled)
Construct a script options instance.
-