org.jboss.aop.standalone
Class Compiler

java.lang.Object
  extended byorg.jboss.aop.standalone.Compiler

public class Compiler
extends Object

takes jar or class files and adds needed jboss bytecode

Version:
$Revision: 1.12 $
Author:
Bill Burke

Field Summary
static URLClassLoader loader
           
 boolean optimized
           
 boolean suppress
           
 boolean verbose
           
 
Constructor Summary
Compiler()
           
 
Method Summary
 void compile(String[] args)
           
 void compileDirectory(File base)
           
 void compileFile(File file)
           
 boolean isJarFile(File src)
           
 void loadFile(File file)
           
static void main(String[] args)
           
 void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

verbose

public boolean verbose

suppress

public boolean suppress

optimized

public boolean optimized

loader

public static URLClassLoader loader
Constructor Detail

Compiler

public Compiler()
Method Detail

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(File file)
                 throws Exception
Throws:
Exception

compileDirectory

public void compileDirectory(File base)
                      throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.