19 package org.sleuthkit.autopsy.modules.hashdatabase;
21 import java.util.ArrayList;
22 import java.util.List;
23 import org.openide.util.NbBundle;
24 import org.openide.util.lookup.ServiceProvider;
36 @ServiceProvider(service = IngestModuleFactory.class)
43 return getModuleName();
46 static String getModuleName() {
73 if (!(settings instanceof HashLookupModuleSettings)) {
74 throw new IllegalArgumentException(NbBundle.getMessage(
this.getClass(),
75 "HashLookupModuleFactory.getIngestJobSettingsPanel.exception.msg"));
77 if (moduleSettingsPanel == null) {
80 moduleSettingsPanel.reset((HashLookupModuleSettings) settings);
82 return moduleSettingsPanel;
93 globalSettingsPanel.
load();
94 return globalSettingsPanel;
104 if (!(settings instanceof HashLookupModuleSettings)) {
105 throw new IllegalArgumentException(
106 NbBundle.getMessage(
this.getClass(),
"HashLookupModuleFactory.createFileIngestModule.exception.msg"));
String getModuleDisplayName()
String getModuleVersionNumber()
boolean hasGlobalSettingsPanel()
static synchronized HashDbManager getInstance()
IngestModuleIngestJobSettingsPanel getIngestJobSettingsPanel(IngestModuleIngestJobSettings settings)
synchronized List< HashDb > getAllHashSets()
IngestModuleIngestJobSettings getDefaultIngestJobSettings()
boolean hasIngestJobSettingsPanel()
boolean isFileIngestModuleFactory()
String getModuleDescription()
static String getVersion()
IngestModuleGlobalSettingsPanel getGlobalSettingsPanel()
FileIngestModule createFileIngestModule(IngestModuleIngestJobSettings settings)