Class InterpreterHistory
java.lang.Object
com.pnfsoftware.jeb.util.interpreter.InterpreterHistory
- All Implemented Interfaces:
IAsciiable
Interpreter history objects, containing the list of commands previously issued to the
interpreter.
-
Constructor Details
-
InterpreterHistory
public InterpreterHistory() -
InterpreterHistory
-
-
Method Details
-
encode
Description copied from interface:IAsciiable
The implementor should encode the current object as a ASCII form like:param1=value1¶m1=value2&...
valueX can use separators that are neither. - * _ + %
nor alphanumeric characters.- Specified by:
encode
in interfaceIAsciiable
- Returns:
- the encoded string
-
get
-