Package edu.wisc.ssec.mcidasv.jython
Class BatchCommand
java.lang.Object
edu.wisc.ssec.mcidasv.jython.Command
edu.wisc.ssec.mcidasv.jython.BatchCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(Interpreter interpreter) Hook to provide various implementations of command execution.toString()
Methods inherited from class edu.wisc.ssec.mcidasv.jython.Command
getInputStream
-
Field Details
-
bufferSource
-
commandBuffer
-
-
Constructor Details
-
BatchCommand
-
-
Method Details
-
execute
Description copied from class:Command
Hook to provide various implementations of command execution.- Specified by:
execute
in classCommand
- Parameters:
interpreter
- Jython interpreter that will execute the command.- Throws:
Exception
- An error was encountered executing the command. Jython will catch three standard Python exceptions: SyntaxError, ValueError, and OverflowError. Other exceptions are thrown.
-
toString
-