com.coveo.nashorn_modules.RequireFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nashorn-commonjs-modules Show documentation
Show all versions of nashorn-commonjs-modules Show documentation
CommonJS modules implementation for Nashorn
package com.coveo.nashorn_modules;
import javax.script.Bindings;
import javax.script.ScriptException;
import jdk.nashorn.api.scripting.NashornException;
@FunctionalInterface
public interface RequireFunction {
public Bindings require(String module) throws ScriptException, NashornException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy