com.googlecode.mavennatives.nativedependencies
Class JarUnpacker

java.lang.Object
  extended by com.googlecode.mavennatives.nativedependencies.JarUnpacker
All Implemented Interfaces:
IJarUnpacker

@Component(role=IJarUnpacker.class)
public class JarUnpacker
extends Object
implements IJarUnpacker


Field Summary
 
Fields inherited from interface com.googlecode.mavennatives.nativedependencies.IJarUnpacker
ROLE
 
Constructor Summary
JarUnpacker()
           
 
Method Summary
 void copyJarContent(File jarPath, File targetDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarUnpacker

public JarUnpacker()
Method Detail

copyJarContent

public void copyJarContent(File jarPath,
                           File targetDir)
                    throws IOException
Specified by:
copyJarContent in interface IJarUnpacker
Throws:
IOException


Copyright © 2011. All Rights Reserved.