|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.javaflow.utils.RewritingUtils
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 |
public RewritingUtils()
Method Detail |
public static void rewriteClassFile(java.io.File input, ResourceTransformer transformer, java.io.File output) throws java.io.IOException
java.io.IOException
public static void rewriteJar(java.util.jar.JarInputStream input, ResourceTransformer transformer, java.util.jar.JarOutputStream output) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |