19 package org.sleuthkit.autopsy.ingest;
 
boolean isDataSourceIngestModuleTemplate()
 
IngestModuleFactory getModuleFactory()
 
default IngestModuleIngestJobSettingsPanel getIngestJobSettingsPanel(IngestModuleIngestJobSettings settings)
 
void setEnabled(boolean enabled)
 
final IngestModuleFactory moduleFactory
 
IngestModuleIngestJobSettings settings
 
IngestModuleTemplate(IngestModuleFactory moduleFactory, IngestModuleIngestJobSettings settings)
 
default boolean hasGlobalSettingsPanel()
 
String getModuleDescription()
 
default DataSourceIngestModule createDataSourceIngestModule(IngestModuleIngestJobSettings ingestOptions)
 
boolean hasGlobalSettingsPanel()
 
default IngestModuleGlobalSettingsPanel getGlobalSettingsPanel()
 
default boolean hasIngestJobSettingsPanel()
 
IngestModuleIngestJobSettings getModuleSettings()
 
default FileIngestModule createFileIngestModule(IngestModuleIngestJobSettings settings)
 
DataSourceIngestModule createDataSourceIngestModule()
 
default boolean isDataSourceIngestModuleFactory()
 
boolean hasModuleSettingsPanel()
 
default boolean isFileIngestModuleFactory()
 
boolean isFileIngestModuleTemplate()
 
String getModuleDisplayName()
 
String getModuleDescription()
 
IngestModuleGlobalSettingsPanel getGlobalSettingsPanel()
 
void setModuleSettings(IngestModuleIngestJobSettings settings)
 
IngestModuleIngestJobSettingsPanel getModuleSettingsPanel()
 
FileIngestModule createFileIngestModule()