jasco.util.javacompiler
Class DefaultJavaCompilerPlugin

java.lang.Object
  extended by jasco.util.javacompiler.DefaultJavaCompilerPlugin
All Implemented Interfaces:
IJavaCompilerPlugin

public class DefaultJavaCompilerPlugin
extends java.lang.Object
implements IJavaCompilerPlugin

Author:
Wim

Constructor Summary
DefaultJavaCompilerPlugin()
           
 
Method Summary
 void compile(java.lang.String command, java.io.PrintWriter errorStream, java.io.PrintWriter outputStream)
           
 ICompileErrorParser getCompileErrorParser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultJavaCompilerPlugin

public DefaultJavaCompilerPlugin()
Method Detail

getCompileErrorParser

public ICompileErrorParser getCompileErrorParser()
Specified by:
getCompileErrorParser in interface IJavaCompilerPlugin

compile

public void compile(java.lang.String command,
                    java.io.PrintWriter errorStream,
                    java.io.PrintWriter outputStream)
Specified by:
compile in interface IJavaCompilerPlugin