com.tonicsystems.jarjar.util
Class StandaloneJarProcessor

java.lang.Object
  extended by com.tonicsystems.jarjar.util.StandaloneJarProcessor

public class StandaloneJarProcessor
extends java.lang.Object


Constructor Summary
StandaloneJarProcessor()
           
 
Method Summary
static void run(java.io.File from, java.io.File to, JarProcessor proc)
           
static void run(java.io.File from, java.io.File to, JarProcessor proc, boolean ignoreDuplicates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneJarProcessor

public StandaloneJarProcessor()
Method Detail

run

public static void run(java.io.File from,
                       java.io.File to,
                       JarProcessor proc)
                throws java.io.IOException
Throws:
java.io.IOException

run

public static void run(java.io.File from,
                       java.io.File to,
                       JarProcessor proc,
                       boolean ignoreDuplicates)
                throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010-2014 Sonatype, Inc.. All Rights Reserved.