| |
|
| java.lang.Object org.apache.bsf.Main
Main | public class Main (Code) | | This is the main driver for BSF to be run on the command line
to eval/exec/compile scripts directly.
author: Sanjiva Weerawarana author: Matthew J. Duftler author: Sam Ruby |
Method Summary | |
public static void | main(String[] args) Static driver to be able to run BSF scripts from the command line. |
main | public static void main(String[] args) throws IOException(Code) | | Static driver to be able to run BSF scripts from the command line.
Parameters: args - command line arguments exception: IOException - if any I/O error while loading script |
|
|
|