mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26:15 +00:00
2595 fixed name and imports for test interesting artifact creation module
This commit is contained in:
parent
226c36169f
commit
ed2a23ca09
@ -18,8 +18,10 @@
|
|||||||
*/
|
*/
|
||||||
package org.sleuthkit.autopsy.test;
|
package org.sleuthkit.autopsy.test;
|
||||||
|
|
||||||
|
import org.openide.util.lookup.ServiceProvider;
|
||||||
import org.sleuthkit.autopsy.coreutils.Version;
|
import org.sleuthkit.autopsy.coreutils.Version;
|
||||||
import org.sleuthkit.autopsy.ingest.FileIngestModule;
|
import org.sleuthkit.autopsy.ingest.FileIngestModule;
|
||||||
|
import org.sleuthkit.autopsy.ingest.IngestModuleFactory;
|
||||||
import org.sleuthkit.autopsy.ingest.IngestModuleFactoryAdapter;
|
import org.sleuthkit.autopsy.ingest.IngestModuleFactoryAdapter;
|
||||||
import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
|
import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
|
||||||
|
|
||||||
@ -53,7 +55,7 @@ public final class InterestingArtifactCreatorIngestModuleFactory extends IngestM
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public FileIngestModule createFileIngestModule(IngestModuleIngestJobSettings settings) {
|
public FileIngestModule createFileIngestModule(IngestModuleIngestJobSettings settings) {
|
||||||
return new CustomArtifactsCreatorIngestModule();
|
return new InterestingArtifactCreatorIngestModule();
|
||||||
}
|
}
|
||||||
|
|
||||||
static String getModuleName() {
|
static String getModuleName() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user