All Downloads are FREE. Search and download functionalities are using the official Maven repository.

delight.nashornsandbox.NashornSandboxes Maven / Gradle / Ivy

The newest version!
package delight.nashornsandbox;

import delight.nashornsandbox.internal.NashornSandboxImpl;

/**
 * The Nashorn sandbox factory.
 *
 * 

* Created on 2015-08-07 *

* * @author mxro * @version $Id$ */ @SuppressWarnings("all") public class NashornSandboxes { /** *

Creates a new sandbox instance. * * @return The newly created sandbox instance. */ public static NashornSandbox create() { return new NashornSandboxImpl(); } /** *

Create a sandbox while supplying arguments for the engine such as '--no-java'. *

More information on available parameters can be found in the following: *





© 2015 - 2024 Weber Informatics LLC | Privacy Policy