List of usage examples for org.eclipse.jdt.core IJavaProject interface-usage
From source file com.android.ide.eclipse.mock.JavaProjectMock.java
public class JavaProjectMock implements IJavaProject { private IProject mProject; private IClasspathEntry[] mEntries; private IPath mOutputLocation;
From source file com.facebook.nuclide.shim.AbstractEclipseJavaProjectShim.java
public abstract class AbstractEclipseJavaProjectShim extends AbstractEclipseShim<IJavaProject> implements IJavaProject { @Override public IClasspathEntry decodeClasspathEntry(String string) { return getProxy().decodeClasspathEntry(string);
From source file net.rim.ejde.internal.model.IBlackBerryProject.java
/** * The IBlackBerryProject Interface serves as an interface to any project that instantiates the BlackBerry Model. */ public interface IBlackBerryProject extends IJavaProject { /**
From source file org.eclipse.che.jdt.internal.core.JavaProject.java
public class JavaProject extends Openable implements IJavaProject { /** * Value of the project's raw classpath if the .classpath file contains invalid entries. */ public static final IClasspathEntry[] INVALID_CLASSPATH = new IClasspathEntry[0];
From source file org.eclipse.jdt.internal.core.JavaProject.java
/**
* Handle for a Java Project.
*
* <p>A Java Project internally maintains a devpath that corresponds
* to the project's classpath. The classpath may include source folders
* from the current project; jars in the current project, other projects,
From source file org.infinitest.eclipse.workspace.JavaProjectBuilder.java
public class JavaProjectBuilder implements IJavaProject { public static final String PATH_TO_WORKSPACE = "/path/to/workspace/"; private final String projectName; private final List<IClasspathEntry> entries;
From source file org.jboss.tools.cdi.ui.test.testmodel.JavaProject.java
public class JavaProject implements IJavaProject { @Override public IJavaElement[] getChildren() throws JavaModelException { // TODO Auto-generated method stub return null;