bsh
Class Remote
java.lang.Object
bsh.Remote
- public class Remote
- extends Object
Remote executor class.
Method Summary |
static int |
eval(String url,
String text,
StringBuffer output)
Evaluate text in the interpreter at url, capturing output into
output and returning a possible integer return value. |
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Remote
public Remote()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
eval
public static int eval(String url,
String text,
StringBuffer output)
throws IOException
- Evaluate text in the interpreter at url, capturing output into
output and returning a possible integer return value.
- Throws:
IOException
© 2000 pat@pat.net :-)