Interface ScriptInterfaceFactory<T,C>


public interface ScriptInterfaceFactory<T,C>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String scriptLibrary, C context)
     
  • Method Details

    • create

      T create(String scriptLibrary, C context)