Example usage for org.eclipse.jdt.internal.compiler.batch FileSystem subclass-usage

List of usage examples for org.eclipse.jdt.internal.compiler.batch FileSystem subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.compiler.batch FileSystem subclass-usage.

Usage

From source file io.gige.compiler.internal.ClasspathContainer.java

/**
 * @author taichi
 */
public class ClasspathContainer extends FileSystem {

    protected ClasspathContainer(Classpath[] paths, String[] initialFileNames) {

From source file org.bonitasoft.engine.business.data.generator.compiler.ClassLoaderEnvironment.java

/**
 *
 * Environment provided to the JDT compiler that load class from a classloader instead of a classpath
 *
 * /!\ it extends FileSystem only because the JDT compiler use the subtype instead of Environment
 *

From source file org.bonitasoft.engine.compiler.ClassLoaderEnvironment.java

/**
 *
 * Environment provided to the JDT compiler that load class from a classloader instead of a classpath
 *
 * /!\ it extends FileSystem only because the JDT compiler use the subtype instead of Environment
 *