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.encryptiondetection</package>
|
||||||
<package>org.sleuthkit.autopsy.modules.filetypeid</package>
|
<package>org.sleuthkit.autopsy.modules.filetypeid</package>
|
||||||
<package>org.sleuthkit.autopsy.modules.hashdatabase</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.modules.vmextractor</package>
|
||||||
<package>org.sleuthkit.autopsy.progress</package>
|
<package>org.sleuthkit.autopsy.progress</package>
|
||||||
<package>org.sleuthkit.autopsy.report</package>
|
<package>org.sleuthkit.autopsy.report</package>
|
||||||
|
<package>org.sleuthkit.autopsy.testutils</package>
|
||||||
<package>org.sleuthkit.autopsy.textextractors</package>
|
<package>org.sleuthkit.autopsy.textextractors</package>
|
||||||
<package>org.sleuthkit.autopsy.textextractors.configs</package>
|
<package>org.sleuthkit.autopsy.textextractors.configs</package>
|
||||||
<package>org.sleuthkit.autopsy.textsummarizer</package>
|
<package>org.sleuthkit.autopsy.textsummarizer</package>
|
||||||
|
@ -1050,7 +1050,7 @@ public class HashDbManager implements PropertyChangeListener {
|
|||||||
*
|
*
|
||||||
* @throws TskCoreException
|
* @throws TskCoreException
|
||||||
*/
|
*/
|
||||||
abstract boolean isValid() throws TskCoreException;
|
public abstract boolean isValid() throws TskCoreException;
|
||||||
|
|
||||||
public abstract String getIndexPath() throws TskCoreException;
|
public abstract String getIndexPath() throws TskCoreException;
|
||||||
|
|
||||||
@ -1301,7 +1301,7 @@ public class HashDbManager implements PropertyChangeListener {
|
|||||||
* @throws TskCoreException
|
* @throws TskCoreException
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
boolean isValid() throws TskCoreException {
|
public boolean isValid() throws TskCoreException {
|
||||||
return hasIndex();
|
return hasIndex();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1646,7 +1646,7 @@ public class HashDbManager implements PropertyChangeListener {
|
|||||||
* @return true if is valid, false otherwise
|
* @return true if is valid, false otherwise
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
boolean isValid() {
|
public boolean isValid() {
|
||||||
if (!CentralRepository.isEnabled()) {
|
if (!CentralRepository.isEnabled()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user