| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.util.interpreter.InterpreterHistory |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InterpreterHistory() | |||||||||||
| InterpreterHistory(String historyData) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
encode()
The implementor should encode the current object as a ASCII form like:
param1=value1¶m1=value2&... | ||||||||||
| ItemHistory<String> | get() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.util.format.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.