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 StrictModeScriptOptions. getStrictMode()Get the strictness mode.static StrictModeStrictMode. 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.
-