de.flapdoodle.embedmongo.extract
Interface IExtractor

All Known Implementing Classes:
TgzExtractor, ZipExtractor

public interface IExtractor

Extractor interface


Method Summary
 void extract(RuntimeConfig runtime, File source, File destination, Pattern file)
           
 

Method Detail

extract

void extract(RuntimeConfig runtime,
             File source,
             File destination,
             Pattern file)
             throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.