org.jboss.weaver
Class Main

java.lang.Object
  extended by org.jboss.weaver.Main

public class Main
extends Object

Takes jar or class files and weaves the bytecode

Author:
Bill Burke, Adrian Brock

Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
          Main method can be called from the command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
                 throws javassist.NotFoundException,
                        IOException
Main method can be called from the command line. Usage: WeaveRunner.argUsage()

Parameters:
args - command line arguments
Throws:
Exception - if anything goes wrong
javassist.NotFoundException
IOException


Copyright © 2005-2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.