Class ScriptSource

  • All Implemented Interfaces:
    Describable<ScriptSource>
    Direct Known Subclasses:
    BuildInScriptSource, FileScriptSource, TextScriptSource

    public abstract class ScriptSource
    extends Object
    implements Describable<ScriptSource>
    Init scripts used for launching RG on remote nodes, typically via ssh. This seems to be redundant and will be removed soon - actually probably only removed as it contains important stuff like construcing cmd line. TODO replace by more convenient construct or script should be completely generated based on used configuration.
    Author:
    vjuranek