Go to the documentation of this file.
19package org.sleuthkit.autopsy.modules.leappanalyzers;
21import org.openide.util.NbBundle;
22import org.openide.util.lookup.ServiceProvider;
23import org.sleuthkit.autopsy.coreutils.Version;
24import org.sleuthkit.autopsy.ingest.DataSourceIngestModule;
25import org.sleuthkit.autopsy.ingest.IngestModuleFactory;
26import org.sleuthkit.autopsy.ingest.IngestModuleFactoryAdapter;
27import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
36 @NbBundle.Messages({
"ALeappAnalyzerModuleFactory_moduleName=Android Analyzer (aLEAPP)"})
37 static String getModuleName() {
38 return Bundle.ALeappAnalyzerModuleFactory_moduleName();
43 return getModuleName();
46 @NbBundle.Messages({
"ALeappAnalyzerModuleFactory_moduleDesc=Uses aLEAPP to analyze logical acquisitions of Android devices."})
49 return Bundle.ALeappAnalyzerModuleFactory_moduleDesc();
static String getVersion()
boolean isDataSourceIngestModuleFactory()
String getModuleDisplayName()
String getModuleDescription()
DataSourceIngestModule createDataSourceIngestModule(IngestModuleIngestJobSettings ingestJobOptions)
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.