19 package org.sleuthkit.autopsy.modules.hashdatabase;
21 import org.openide.util.NbBundle;
22 import org.openide.util.lookup.ServiceProvider;
35 @ServiceProvider(service = IngestModuleFactory.class)
42 return getModuleName();
45 static String getModuleName() {
72 if (!(settings instanceof HashLookupModuleSettings)) {
73 throw new IllegalArgumentException(NbBundle.getMessage(
this.getClass(),
74 "HashLookupModuleFactory.getIngestJobSettingsPanel.exception.msg"));
76 if (moduleSettingsPanel == null) {
79 moduleSettingsPanel.reset((HashLookupModuleSettings) settings);
81 return moduleSettingsPanel;
92 globalSettingsPanel.
load();
93 return globalSettingsPanel;
103 if (!(settings instanceof HashLookupModuleSettings)) {
104 throw new IllegalArgumentException(
105 NbBundle.getMessage(
this.getClass(),
"HashLookupModuleFactory.createFileIngestModule.exception.msg"));
110 throw new IllegalArgumentException(
"Exception while getting open case.", ex);
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)