public interface CommandHistory
void load() throws IOException
IOExceptionvoid save() throws IOException
IOExceptionvoid append(String command) throws IOException
IOExceptionString[] list() throws IOException
IOExceptionString[] tail(int n) throws IOException
IOExceptionString[] head(int n) throws IOException
IOExceptionCopyright © 2021 vpc open source initiative. All rights reserved.