Java org.apache.commons.jci.compilers JavaCompiler fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.jci.compilers JavaCompiler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.jci.compilers JavaCompiler.

The text is from its open source code.

Method

CompilationResultcompile(final String[] pResourcePaths, final ResourceReader pReader, final ResourceStore pStore)
uses the default compiler settings and the current classloader
CompilationResultcompile(final String[] pResourcePaths, final ResourceReader pReader, final ResourceStore pStore, final ClassLoader pClassLoader)
uses the default compiler settings
CompilationResultcompile(final String[] pResourcePaths, final ResourceReader pReader, final ResourceStore pStore, final ClassLoader pClassLoader, final JavaCompilerSettings pSettings)
Compiles the java resources "some/path/to/MyJava.java" read through the ResourceReader and then stores the resulting classes in the ResourceStore under "some/path/to/MyJava.class".
JavaCompilerSettingscreateDefaultSettings()
factory method to create the underlying default settings
voidsetCompilationProblemHandler(final CompilationProblemHandler pHandler)
Set the the handler that gets the notification of an error or warning as soon as this information is available from the compiler.