org.jboss.aop.standalone
Class Compiler
java.lang.Object
org.jboss.aop.standalone.Compiler
public class Compiler
- extends Object
takes jar or class files and adds needed jboss bytecode
- Version:
- $Revision: 1.12.2.5 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
verbose
public boolean verbose
suppress
public boolean suppress
optimized
public boolean optimized
loader
public static URLClassLoader loader
Compiler
public Compiler()
isJarFile
public boolean isJarFile(File src)
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
usage
public void usage()
compile
public void compile(String[] args)
throws Exception
- Throws:
Exception
loadFile
public void loadFile(File file)
throws Exception
- Throws:
Exception
compileFile
public void compileFile(org.jboss.aop.standalone.Compiler.CompilerClassInfo info)
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.