Class InterpreterHistory

java.lang.Object
com.pnfsoftware.jeb.util.interpreter.InterpreterHistory
All Implemented Interfaces:
IAsciiable

public class InterpreterHistory extends Object implements IAsciiable
Interpreter history objects, containing the list of commands previously issued to the interpreter.
  • Constructor Details

    • InterpreterHistory

      public InterpreterHistory()
    • InterpreterHistory

      public InterpreterHistory(String historyData)
  • Method Details

    • encode

      public String encode()
      Description copied from interface: IAsciiable
      The implementor should encode the current object as a ASCII form like:
       param1=value1&param1=value2&...
       
      valueX can use separators that are neither . - * _ + % nor alphanumeric characters.
      Specified by:
      encode in interface IAsciiable
      Returns:
      the encoded string
    • get

      public ItemHistory<String> get()