Class ScriptingHelper


  • public class ScriptingHelper
    extends Object
    Helper class for remote command scripting.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Constructor Detail

      • ScriptingHelper

        protected ScriptingHelper()
        Initializes the helper.
    • Method Detail

      • initialize

        protected void initialize()
        Initializes members.
      • getDefaultEngine

        public RemoteScriptingEngine getDefaultEngine()
        Returns the default scripting engine.
        Returns:
        the default
      • getDefaultConnection

        public Connection getDefaultConnection()
        Returns the default scripting connection.
        Returns:
        the default
      • getDefaultProcessor

        public RemoteCommandProcessor getDefaultProcessor()
        Returns the default command processor.
        Returns:
        the default
      • getSingleton

        public static ScriptingHelper getSingleton()
        Returns the singleton.
        Returns:
        the singleton