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 NashornSandboxNashornSandboxes. create()Creates a new sandbox instance.static NashornSandboxNashornSandboxes. 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 classNashornSandboxImplNashorn sandbox implementation.
-