public abstract class AbstractJShellHistory extends Object implements JShellHistory
| Constructor and Description |
|---|
AbstractJShellHistory() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(JShellHistory other) |
void |
load(net.thevpc.nuts.NutsPath reader) |
void |
load(Reader reader) |
void |
save(net.thevpc.nuts.NutsPath file) |
void |
save(PrintStream writer) |
void |
save(PrintWriter writer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, clear, get, getElements, getElements, getHistoryFile, getLast, isEmpty, load, remove, removeDuplicates, save, setHistoryFile, sizepublic void load(net.thevpc.nuts.NutsPath reader)
throws IOException
load in interface JShellHistoryIOExceptionpublic void load(Reader reader) throws IOException
load in interface JShellHistoryIOExceptionpublic void save(net.thevpc.nuts.NutsPath file)
throws IOException
save in interface JShellHistoryIOExceptionpublic void save(PrintWriter writer) throws IOException
save in interface JShellHistoryIOExceptionpublic void save(PrintStream writer) throws IOException
save in interface JShellHistoryIOExceptionpublic void append(JShellHistory other)
append in interface JShellHistoryCopyright © 2022 vpc open source initiative. All rights reserved.