Module jEdit

Class Remote

java.lang.Object
org.gjt.sp.jedit.bsh.Remote

public class Remote extends Object
Remote executor class. Posts a script from the command line to a BshServlet or embedded interpreter using (respectively) HTTP or the bsh telnet service. Output is printed to stdout and a numeric return value is scraped from the result.
  • Constructor Details

    • Remote

      public Remote()
  • Method Details