mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-20 11:26:53 +00:00
Merge pull request #3480 from sleuthkit/fileset-public
Made method public so that modules would know what sets were configured
This commit is contained in:
commit
06fdedf82b
@ -147,7 +147,7 @@ public final class FilesSetsManager extends Observable {
|
||||
* @return A map of interesting files set names to interesting file sets,
|
||||
* possibly empty.
|
||||
*/
|
||||
Map<String, FilesSet> getInterestingFilesSets() throws FilesSetsManagerException {
|
||||
public Map<String, FilesSet> getInterestingFilesSets() throws FilesSetsManagerException {
|
||||
synchronized (INTERESTING_FILES_SET_LOCK) {
|
||||
return InterestingItemsFilesSetSettings.readDefinitionsFile(INTERESTING_FILES_SET_DEFS_NAME, LEGACY_FILES_SET_DEFS_FILE_NAME);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user