Example usage for org.eclipse.jdt.core IClasspathContainer interface-usage

List of usage examples for org.eclipse.jdt.core IClasspathContainer interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.core IClasspathContainer interface-usage.

Usage

From source file ch.mlutz.plugins.t4e.container.T4eClasspathContainer.java

/**
 * T4eClasspathContainer
 *
 * @author Marcel Lutz
 */
public class T4eClasspathContainer implements IClasspathContainer {

From source file cn.ieclipse.adt.ext.jdt.AormClasspathContainer.java

/**
 * @author Jamling
 * 
 */
public class AormClasspathContainer implements IClasspathContainer {
    public static final String CON_PATH = "cn.ieclipse.aorm.eclipse.LIB";

From source file cn.ieclipse.aorm.eclipse.jdt.AormClasspathContainer.java

/**
 * @author Jamling
 * 
 */
public class AormClasspathContainer implements IClasspathContainer {
    public static final String CON_PATH = "cn.ieclipse.aorm.eclipse.LIB";

From source file com.amazonaws.eclipse.android.sdk.classpath.AndroidSdkClasspathContainer.java

public class AndroidSdkClasspathContainer implements IClasspathContainer {

    /** The SDK containing the libraries to expose on the Java Project classpath */
    private AbstractSdkInstall sdkInstall;

    /** The project this classpath container is associated with */

From source file com.amazonaws.eclipse.lambda.project.classpath.LambdaRuntimeClasspathContainer.java

/**
 * The Classpath container containing the AWS Lambda Java runtime JAR file.
 */
public class LambdaRuntimeClasspathContainer implements IClasspathContainer {

    public final static String DESCRIPTION = "AWS Lambda Java Function Runtime";

From source file com.amazonaws.eclipse.sdk.ui.classpath.AwsClasspathContainer.java

/**
 * The Classpath container containing the AWS SDK for Java JAR files, and those of
 * its third-party dependencies.
 */
public class AwsClasspathContainer implements IClasspathContainer {

From source file com.android.ide.eclipse.adt.internal.project.AndroidClasspathContainer.java

/**
 * Classpath container for the Android projects.
 * This supports both the System classpath and the library dependencies.
 */
class AndroidClasspathContainer implements IClasspathContainer {

From source file com.android.ide.eclipse.adt.project.internal.AndroidClasspathContainer.java

/**
 * Classpath container for the Android projects.
 */
class AndroidClasspathContainer implements IClasspathContainer {

    private IClasspathEntry[] mClasspathEntry;

From source file com.android.ide.eclipse.auidt.internal.project.AndroidClasspathContainer.java

/**
 * Classpath container for the Android projects.
 * This supports both the System classpath and the library dependencies.
 */
class AndroidClasspathContainer implements IClasspathContainer {

From source file com.centimia.orm.jaqu.plugin.nature.JaquClasspathContainer.java

/**
 * @author shai
 * 
 */
public class JaquClasspathContainer implements IClasspathContainer {