Uses of Class
ch.obermuhlner.scriptengine.java.Isolation
-
Packages that use Isolation Package Description ch.obermuhlner.scriptengine.java -
-
Uses of Isolation in ch.obermuhlner.scriptengine.java
Fields in ch.obermuhlner.scriptengine.java declared as Isolation Modifier and Type Field Description private Isolation
JavaScriptEngine. isolation
Methods in ch.obermuhlner.scriptengine.java that return Isolation Modifier and Type Method Description static Isolation
Isolation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Isolation[]
Isolation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.obermuhlner.scriptengine.java with parameters of type Isolation Modifier and Type Method Description void
JavaScriptEngine. setIsolation(Isolation isolation)
Sets the isolation of the script.
-