Example usage for org.apache.commons.jci.compilers AbstractJavaCompiler subclass-usage

List of usage examples for org.apache.commons.jci.compilers AbstractJavaCompiler subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.jci.compilers AbstractJavaCompiler subclass-usage.

Usage

From source file org.auroraide.server.jci.compilers.Jsr199JavaCompiler.java

public final class Jsr199JavaCompiler extends AbstractJavaCompiler {

    private final Log log = LogFactory.getLog(Jsr199JavaCompiler.class);
    private Iterable<String> options;

    private class CompilationUnit extends SimpleJavaFileObject {

From source file nl.tue.gale.common.code.JaninoJavaCompiler.java

/**
 * @author art@gramlich-net.com
 */
// changes by dsmits
@SuppressWarnings({ "unchecked", "rawtypes" })
public final class JaninoJavaCompiler extends AbstractJavaCompiler {

From source file org.auroraide.server.jci.compilers.EclipseJavaCompiler.java

/**
 * Eclipse compiler implemenation
 * 
 * @author tcurdt
 */
public final class EclipseJavaCompiler extends AbstractJavaCompiler {