sun.beanbox
Class ClassCompiler

java.lang.Object
  |
  +--sun.beanbox.ClassCompiler

public class ClassCompiler
extends java.lang.Object

A class that generates .class files It currently uses the sun.tools.javac.* classes


Constructor Summary
ClassCompiler()
           
 
Method Summary
static boolean compile(java.lang.String fileName, java.lang.String classpath)
          Invoke the javac compiler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassCompiler

public ClassCompiler()
Method Detail

compile

public static boolean compile(java.lang.String fileName,
                              java.lang.String classpath)
Invoke the javac compiler.