30package org.sleuthkit.autopsy.examples;
36import org.openide.util.lookup.ServiceProvider;
41import org.openide.util.NbBundle;
43import org.sleuthkit.autopsy.ingest.IngestModuleFactory;
44import org.sleuthkit.autopsy.ingest.DataSourceIngestModule;
45import org.sleuthkit.autopsy.ingest.FileIngestModule;
46import org.sleuthkit.autopsy.ingest.IngestModuleGlobalSettingsPanel;
47import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
48import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettingsPanel;
98 static String getModuleName() {
112 return getModuleName();
171 throw new UnsupportedOperationException();
225 throw new IllegalArgumentException(
"Expected settings argument to be instanceof SampleModuleIngestJobSettings");
275 throw new IllegalArgumentException(
"Expected settings argument to be instanceof SampleModuleIngestJobSettings");
325 throw new IllegalArgumentException(
"Expected settings argument to be instanceof SampleModuleIngestJobSettings");
static final String VERSION_NUMBER
String getModuleVersionNumber()
IngestModuleGlobalSettingsPanel getGlobalSettingsPanel()
FileIngestModule createFileIngestModule(IngestModuleIngestJobSettings settings)
boolean isFileIngestModuleFactory()
boolean hasIngestJobSettingsPanel()
String getModuleDescription()
IngestModuleIngestJobSettingsPanel getIngestJobSettingsPanel(IngestModuleIngestJobSettings settings)
IngestModuleIngestJobSettings getDefaultIngestJobSettings()
boolean isDataSourceIngestModuleFactory()
String getModuleDisplayName()
boolean hasGlobalSettingsPanel()
DataSourceIngestModule createDataSourceIngestModule(IngestModuleIngestJobSettings settings)