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

com.github.complate.ScriptingEngine Maven / Gradle / Ivy

package com.github.complate;

import org.springframework.core.io.Resource;

public interface ScriptingEngine {
    void invoke(final Resource scriptLocation,
                final String functionName,
                final Object... args)
            throws ScriptingException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy