mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Merge pull request #7621 from gdicristofaro/8350-publicTestUtils
8350 public test utils
This commit is contained in:
commit
a4b2ec6f40
@ -338,9 +338,11 @@
|
||||
<package>org.sleuthkit.autopsy.modules.encryptiondetection</package>
|
||||
<package>org.sleuthkit.autopsy.modules.filetypeid</package>
|
||||
<package>org.sleuthkit.autopsy.modules.hashdatabase</package>
|
||||
<package>org.sleuthkit.autopsy.modules.interestingitems</package>
|
||||
<package>org.sleuthkit.autopsy.modules.vmextractor</package>
|
||||
<package>org.sleuthkit.autopsy.progress</package>
|
||||
<package>org.sleuthkit.autopsy.report</package>
|
||||
<package>org.sleuthkit.autopsy.testutils</package>
|
||||
<package>org.sleuthkit.autopsy.textextractors</package>
|
||||
<package>org.sleuthkit.autopsy.textextractors.configs</package>
|
||||
<package>org.sleuthkit.autopsy.textsummarizer</package>
|
||||
|
@ -1050,7 +1050,7 @@ public class HashDbManager implements PropertyChangeListener {
|
||||
*
|
||||
* @throws TskCoreException
|
||||
*/
|
||||
abstract boolean isValid() throws TskCoreException;
|
||||
public abstract boolean isValid() throws TskCoreException;
|
||||
|
||||
public abstract String getIndexPath() throws TskCoreException;
|
||||
|
||||
@ -1301,7 +1301,7 @@ public class HashDbManager implements PropertyChangeListener {
|
||||
* @throws TskCoreException
|
||||
*/
|
||||
@Override
|
||||
boolean isValid() throws TskCoreException {
|
||||
public boolean isValid() throws TskCoreException {
|
||||
return hasIndex();
|
||||
}
|
||||
|
||||
@ -1646,7 +1646,7 @@ public class HashDbManager implements PropertyChangeListener {
|
||||
* @return true if is valid, false otherwise
|
||||
*/
|
||||
@Override
|
||||
boolean isValid() {
|
||||
public boolean isValid() {
|
||||
if (!CentralRepository.isEnabled()) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user