public class FileHistory extends InMemoryHistory
Constructor and Description |
---|
FileHistory(File file,
int maxSize,
boolean logging) |
FileHistory(File file,
int maxSize,
FileAccessPermission historyFilePermission,
boolean logging) |
Modifier and Type | Method and Description |
---|---|
void |
stop() |
clear, find, get, getAll, getCurrent, getNextFetch, getPreviousFetch, getSearchDirection, push, search, setCurrent, setSearchDirection, size
public FileHistory(File file, int maxSize, boolean logging) throws IOException
IOException
public FileHistory(File file, int maxSize, FileAccessPermission historyFilePermission, boolean logging) throws IOException
IOException
public void stop()
stop
in class InMemoryHistory
Copyright © 2020 JBoss by Red Hat. All rights reserved.