org.crsh.lang.impl.java
Class Compiler

java.lang.Object
  extended by org.crsh.lang.impl.java.Compiler

 class Compiler
extends Object

Author:
Julien Viet

Field Summary
private  ClassLoader classLoader
          .
 
Constructor Summary
Compiler()
           
Compiler(ClassLoader classLoader)
           
 
Method Summary
(package private)  List<JavaClassFileObject> compile(String className, String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classLoader

private final ClassLoader classLoader
.

Constructor Detail

Compiler

Compiler()

Compiler

Compiler(ClassLoader classLoader)
Method Detail

compile

List<JavaClassFileObject> compile(String className,
                                  String source)
                            throws IOException,
                                   CompilationFailureException
Throws:
IOException
CompilationFailureException


Copyright © 2015 eXo Platform SAS. All Rights Reserved.