org.reflext.test
Class Compiler

java.lang.Object
  extended by org.reflext.test.Compiler

public class Compiler
extends java.lang.Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
Compiler(java.util.Set<java.lang.Class<?>> classes)
           
 
Method Summary
 boolean compile(javax.annotation.processing.Processor processor)
           
 java.lang.String getDiagnostic()
           
 CompilerResult getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compiler

public Compiler(java.util.Set<java.lang.Class<?>> classes)
         throws java.net.URISyntaxException
Throws:
java.net.URISyntaxException
Method Detail

compile

public boolean compile(javax.annotation.processing.Processor processor)

getResult

public CompilerResult getResult()

getDiagnostic

public java.lang.String getDiagnostic()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.