delight.rhinosandox.RhinoSandboxes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of delight-rhino-sandbox Show documentation
Show all versions of delight-rhino-sandbox Show documentation
A safe sandbox for running JavaScript using the Rhino Engine in Java.
The newest version!
package delight.rhinosandox;
import delight.rhinosandox.RhinoSandbox;
import delight.rhinosandox.internal.RhinoSandboxImpl;
@SuppressWarnings("all")
public class RhinoSandboxes {
public static RhinoSandbox create() {
return new RhinoSandboxImpl();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy