| java.lang.Object org.netbeans.modules.visualweb.ejb.load.ClientBeanWrapperCompiler
ClientBeanWrapperCompiler | public class ClientBeanWrapperCompiler (Code) | | To compile the wrapper client bean and bean info classes for the EJB session beans.
Using com.sun.tools.java.Main for now. Probably should use org.openide.compiler. Look
into later ...
author: cao |
ClientBeanWrapperCompiler | public ClientBeanWrapperCompiler()(Code) | | |
compile | public void compile(String srcDir, ArrayList classDescriptors, ArrayList jarFiles) throws EjbLoadException(Code) | | Compile the given java classes
Parameters: srcDir - The director where the src code exists Parameters: classDescriptors - A list of ClassDescriptors, one per java class Parameters: jarFiles - A list jars which should be in the classpath |
|
|