19 package org.sleuthkit.autopsy.ingest;
 
   43         throw new UnsupportedOperationException();
 
   58         throw new UnsupportedOperationException();
 
   68         throw new UnsupportedOperationException();
 
   78         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()