org.jboss.weaver
Class Main
java.lang.Object
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 |
Main
public Main()
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.