org.ow2.jonas.eclipse.compiler
Class JOnASCompiler

java.lang.Object
  extended by org.ow2.jonas.eclipse.compiler.JOnASCompiler

public class JOnASCompiler
extends Object

JOnAS glue for Eclipse compiler integration.

Author:
Guillaume Sauthier

Constructor Summary
JOnASCompiler(CompilationContext context)
          Construct a new JOnAS Compiler based on Eclipse.
 
Method Summary
 List<CompilerError> compile()
          Compile the requested classes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JOnASCompiler

public JOnASCompiler(CompilationContext context)
Construct a new JOnAS Compiler based on Eclipse.

Parameters:
context - CompoilationContext to use.
Method Detail

compile

public List<CompilerError> compile()
Compile the requested classes.

Returns:
a compiler errors list (may be empty).


Copyright © 2010 OW2 Consortium. All Rights Reserved.