public interface FileFilter
extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String action,
FileResource file)
Checks if file already exists in the history.
|
void |
read(String name)
Read history.
|
void |
store(String name)
Store history.
|
boolean exists(String action,
FileResource file)
action - the actionfile - the filevoid read(String name) throws Exception
name - the nameException - the exceptionvoid store(String name)
throws Exception
name - the nameException - the exceptionCopyright © 2010-2020 Toolsverse. All Rights Reserved.