Class ResourceExecutableScript


  • public class ResourceExecutableScript
    extends SourceExecutableScript
    A script which is provided by an external resource.
    Author:
    Sebastian Menski
    • Field Detail

      • scriptResource

        protected java.lang.String scriptResource
    • Constructor Detail

      • ResourceExecutableScript

        public ResourceExecutableScript​(java.lang.String language,
                                        java.lang.String scriptResource)
    • Method Detail

      • loadScriptSource

        protected void loadScriptSource()