Class RewriteTool

java.lang.Object
  extended by RewriteTool

public class RewriteTool
extends java.lang.Object

A small test utility for performing a transformation on a single class file.

Reads a class file image from stdin, write to stdout.

Author:
Kohsuke Kawaguchi

Constructor Summary
RewriteTool()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RewriteTool

public RewriteTool()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException


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