com.github.junrar.testutil
Class ExtractArchive

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

public class ExtractArchive
extends Object

extract an archive to the given location

Author:
edmund wagner

Constructor Summary
ExtractArchive()
           
 
Method Summary
static void extractArchive(File archive, File destination)
           
static void extractArchive(String archive, String destination)
           
static void main(String[] args)
           
 
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

main

public static void main(String[] args)

extractArchive

public static void extractArchive(String archive,
                                  String destination)

extractArchive

public static void extractArchive(File archive,
                                  File destination)


Copyright © 2012. All Rights Reserved.