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, sizepublic FileHistory(File file, int maxSize, boolean logging) throws IOException
IOExceptionpublic FileHistory(File file, int maxSize, FileAccessPermission historyFilePermission, boolean logging) throws IOException
IOExceptionpublic void stop()
stop in class InMemoryHistoryCopyright © 2022 JBoss by Red Hat. All rights reserved.