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