Interface ExecutableLanguage


public interface ExecutableLanguage
Functional interface for scripting languages that are runnable (e.g. Groovy, JavaScript).
Since:
v0.4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Execute the given script String.