public interface JavaCompiler
JavaCompiler represents an interface to invoke a
regular Java compiler. Classes implementing this interface should accept the
same arguments as Sun's javac.| Modifier and Type | Method and Description |
|---|---|
void |
compile() |
JavaCompilerArgs |
getArgs() |
ClassLoader |
getClassLoader() |
int |
getTotalByteCodeSize() |
void compile()
JavaCompilerArgs getArgs()
ClassLoader getClassLoader()
int getTotalByteCodeSize()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.