19 package org.sleuthkit.autopsy.ingest;
 
   47         throw new UnsupportedOperationException();
 
   62         throw new UnsupportedOperationException();
 
   72         throw new UnsupportedOperationException();
 
   82         throw new UnsupportedOperationException();
 
IngestModuleIngestJobSettings getDefaultIngestJobSettings()
 
abstract String getModuleDisplayName()
 
IngestModuleGlobalSettingsPanel getGlobalSettingsPanel()
 
boolean hasGlobalSettingsPanel()
 
IngestModuleIngestJobSettingsPanel getIngestJobSettingsPanel(IngestModuleIngestJobSettings settings)
 
abstract String getModuleDescription()
 
boolean isDataSourceIngestModuleFactory()
 
DataSourceIngestModule createDataSourceIngestModule(IngestModuleIngestJobSettings ingestOptions)
 
abstract String getModuleVersionNumber()
 
FileIngestModule createFileIngestModule(IngestModuleIngestJobSettings ingestOptions)
 
boolean hasIngestJobSettingsPanel()
 
boolean isFileIngestModuleFactory()