org.openrdf.elmo.codegen
Class JavaCompiler

java.lang.Object
  extended by org.openrdf.elmo.codegen.JavaCompiler

public class JavaCompiler
extends Object


Constructor Summary
JavaCompiler()
           
 
Method Summary
 void compile(File dir, List<String> content, URLClassLoader cl)
           
 String getVersion()
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaCompiler

public JavaCompiler()
Method Detail

getVersion

public String getVersion()

setVersion

public void setVersion(String version)

compile

public void compile(File dir,
                    List<String> content,
                    URLClassLoader cl)
             throws Exception
Throws:
Exception


Copyright © 2004-2008 Aduna. All Rights Reserved.