org.jamon.util
Class InternalJavaCompiler

java.lang.Object
  extended by org.jamon.util.InternalJavaCompiler
All Implemented Interfaces:
JavaCompiler

public class InternalJavaCompiler
extends java.lang.Object
implements JavaCompiler


Constructor Summary
InternalJavaCompiler(java.lang.String p_classPath)
           
 
Method Summary
 java.lang.String compile(java.lang.String[] p_javaFiles)
          Compile the specified java source files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalJavaCompiler

public InternalJavaCompiler(java.lang.String p_classPath)
                     throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

compile

public java.lang.String compile(java.lang.String[] p_javaFiles)
Description copied from interface: JavaCompiler
Compile the specified java source files.

Specified by:
compile in interface JavaCompiler
Parameters:
p_javaFiles - the source files to compile
Returns:
null if the compilation was successful, otherwise a description of the failure


jamon