de.flapdoodle.embed.process.extract
Class ArchiveIsFileExtractor

java.lang.Object
  extended by de.flapdoodle.embed.process.extract.ArchiveIsFileExtractor
All Implemented Interfaces:
IExtractor

public class ArchiveIsFileExtractor
extends Object
implements IExtractor


Constructor Summary
ArchiveIsFileExtractor()
           
 
Method Summary
 void extract(IDownloadConfig runtime, File source, File destination, Pattern file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveIsFileExtractor

public ArchiveIsFileExtractor()
Method Detail

extract

public void extract(IDownloadConfig runtime,
                    File source,
                    File destination,
                    Pattern file)
             throws IOException
Specified by:
extract in interface IExtractor
Throws:
IOException


Copyright © 2012. All Rights Reserved.