Go to the documentation of this file.
19package org.sleuthkit.autopsy.thunderbirdparser;
21import org.openide.util.NbBundle;
22import org.openide.util.lookup.ServiceProvider;
23import org.sleuthkit.autopsy.coreutils.Version;
24import org.sleuthkit.autopsy.ingest.FileIngestModule;
25import org.sleuthkit.autopsy.ingest.IngestModuleFactory;
26import org.sleuthkit.autopsy.ingest.IngestModuleFactoryAdapter;
27import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
35 static String getModuleName() {
37 "ThunderbirdMboxFileIngestModule.moduleName");
40 static String getModuleVersion() {
46 return getModuleName();
52 "ThunderbirdMboxFileIngestModule.getDesc.text");
57 return getModuleVersion();
static String getVersion()
String getModuleDescription()
FileIngestModule createFileIngestModule(IngestModuleIngestJobSettings settings)
String getModuleDisplayName()
boolean isFileIngestModuleFactory()
String getModuleVersionNumber()
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.