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