mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
Added documentation
This commit is contained in:
parent
22165dc663
commit
e68cda1be6
@ -190,6 +190,14 @@ final class InterestingItemDefsManager extends Observable {
|
|||||||
return filesSets;
|
return filesSets;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Reads the definitions from the serialization file
|
||||||
|
*
|
||||||
|
* @return the map representing settings saved to serialization file,
|
||||||
|
* empty set if the file does not exist.
|
||||||
|
*
|
||||||
|
* @throws InterestingItemDefsManagerException if file could not be read
|
||||||
|
*/
|
||||||
private static Map<String, FilesSet> readSerializedDefinitions() throws InterestingItemDefsManagerException {
|
private static Map<String, FilesSet> readSerializedDefinitions() throws InterestingItemDefsManagerException {
|
||||||
String filePath = INTERESTING_FILES_SET_DEFS_SERIALIZATION_PATH;
|
String filePath = INTERESTING_FILES_SET_DEFS_SERIALIZATION_PATH;
|
||||||
File fileSetFile = new File(filePath);
|
File fileSetFile = new File(filePath);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user