org.apache.commons.javaflow.utils
Class RewritingUtils

java.lang.Object
  extended byorg.apache.commons.javaflow.utils.RewritingUtils

public final class RewritingUtils
extends java.lang.Object


Constructor Summary
RewritingUtils()
           
 
Method Summary
static void rewriteClassFile(java.io.File input, ResourceTransformer transformer, java.io.File output)
           
static void rewriteJar(java.util.jar.JarInputStream input, ResourceTransformer transformer, java.util.jar.JarOutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RewritingUtils

public RewritingUtils()
Method Detail

rewriteClassFile

public static void rewriteClassFile(java.io.File input,
                                    ResourceTransformer transformer,
                                    java.io.File output)
                             throws java.io.IOException
Throws:
java.io.IOException

rewriteJar

public static void rewriteJar(java.util.jar.JarInputStream input,
                              ResourceTransformer transformer,
                              java.util.jar.JarOutputStream output)
                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.