java.lang.Object
org.gjt.sp.jedit.bsh.Remote
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 Summary
-
Method Summary
-
Constructor Details
-
Remote
public Remote()
-
-
Method Details
-
main
- Throws:
Exception
-
eval
Evaluate text in the interpreter at url, returning a possible integer return value.- Throws:
IOException
-