程序包 bsh
类 Remote
java.lang.Object
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.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
Remote
public Remote()
-
-
方法详细资料
-
main
- 抛出:
Exception
-
eval
Evaluate text in the interpreter at url, returning a possible integer return value.- 抛出:
IOException
-