19 package org.sleuthkit.autopsy.modules.embeddedfileextractor;
 
   21 import org.openide.util.NbBundle;
 
   22 import org.openide.util.lookup.ServiceProvider;
 
   34     "EmbeddedFileExtractorIngestModule.ArchiveExtractor.moduleName=Embedded File Extractor",
 
   35     "EmbeddedFileExtractorIngestModule.ArchiveExtractor.moduleDesc.text=Extracts embedded files (doc, docx, ppt, pptx, xls, xlsx, zip, rar, arj, 7z, gzip, bzip2, tar), schedules them for ingestion, and populates the directory tree with them." 
   37 @ServiceProvider(service = IngestModuleFactory.class)
 
   40     static String getModuleName() {
 
   41         return Bundle.EmbeddedFileExtractorIngestModule_ArchiveExtractor_moduleName();
 
   46         return getModuleName();
 
   49     static String getOutputFolderName() {
 
   55         return Bundle.EmbeddedFileExtractorIngestModule_ArchiveExtractor_moduleDesc_text();
 
static String getVersion()