Uses of Interface
delight.nashornsandbox.NashornSandbox
-
Packages that use NashornSandbox Package Description delight.nashornsandbox delight.nashornsandbox.internal -
-
Uses of NashornSandbox in delight.nashornsandbox
Methods in delight.nashornsandbox that return NashornSandbox Modifier and Type Method Description static NashornSandbox
NashornSandboxes. create()
Creates a new sandbox instance.static NashornSandbox
NashornSandboxes. create(java.lang.String... args)
Create a sandbox while supplying arguments for the engine such as '--no-java'. -
Uses of NashornSandbox in delight.nashornsandbox.internal
Classes in delight.nashornsandbox.internal that implement NashornSandbox Modifier and Type Class Description class
NashornSandboxImpl
Nashorn sandbox implementation.
-