Package bsh
Class Remote
- java.lang.Object
-
- bsh.Remote
-
public class Remote extends java.lang.Object
Remote executor class.
-
-
Constructor Summary
Constructors Constructor Description Remote()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
eval(java.lang.String url, java.lang.String text, java.lang.StringBuffer output)
Evaluate text in the interpreter at url, capturing output into output and returning a possible integer return value.static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
eval
public static int eval(java.lang.String url, java.lang.String text, java.lang.StringBuffer output) throws java.io.IOException
Evaluate text in the interpreter at url, capturing output into output and returning a possible integer return value.- Throws:
java.io.IOException
-
-