com.github.junrar.extract
Class ExtractArchive

java.lang.Object
  extended by com.github.junrar.extract.ExtractArchive

public class ExtractArchive
extends Object

extract an archive to the given location

Author:
edmund wagner

Constructor Summary
ExtractArchive()
           
 
Method Summary
 void extractArchive(File archive, File destination)
           
 void setLogger(org.apache.commons.logging.Log logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractArchive

public ExtractArchive()
Method Detail

setLogger

public void setLogger(org.apache.commons.logging.Log logger)

extractArchive

public void extractArchive(File archive,
                           File destination)


Copyright © 2012. All Rights Reserved.