com.sun.tools.ws.wscompile
Class JavaCompilerHelper

java.lang.Object
  extended by com.sun.tools.ws.wscompile.JavaCompilerHelper

 class JavaCompilerHelper
extends Object

A helper class to invoke javac.


Constructor Summary
JavaCompilerHelper()
           
 
Method Summary
(package private) static boolean compile(String[] args, OutputStream out, ErrorReceiver receiver)
           
(package private) static File getJarFile(Class clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaCompilerHelper

JavaCompilerHelper()
Method Detail

getJarFile

static File getJarFile(Class clazz)

compile

static boolean compile(String[] args,
                       OutputStream out,
                       ErrorReceiver receiver)