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

com.ui4j.ide.ScriptManager Maven / Gradle / Ivy

The newest version!
package com.ui4j.ide;

import javax.script.Bindings;

public interface ScriptManager {

	Object execute(String script, Bindings bindings);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy