public class JREContainerProvider extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFERRED_BREE |
| Constructor and Description |
|---|
JREContainerProvider() |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<String> |
getConfiguredBREEs() |
static String |
getDefaultBREE() |
static org.eclipse.jdt.core.IClasspathEntry |
getDefaultJREContainerEntry() |
static org.eclipse.core.runtime.IPath |
getDefaultJREContainerPath() |
static org.eclipse.jdt.core.IClasspathEntry |
getJREContainerEntry(org.eclipse.jdt.core.IJavaProject javaProject) |
static org.eclipse.jdt.core.IClasspathEntry |
getJREContainerEntry(String bree) |
protected static org.eclipse.core.runtime.IPath |
newJRE15ContainerPath() |
protected static org.eclipse.core.runtime.IPath |
newPreferredContainerPath() |
protected static org.eclipse.core.runtime.IPath |
newPrefferedContainerPath()
Deprecated.
use
newPreferredContainerPath() instead |
public static final String PREFERRED_BREE
public static org.eclipse.jdt.core.IClasspathEntry getDefaultJREContainerEntry()
public static org.eclipse.core.runtime.IPath getDefaultJREContainerPath()
protected static org.eclipse.core.runtime.IPath newJRE15ContainerPath()
IPath for standard VM "J2SE-1.5"@Deprecated protected static org.eclipse.core.runtime.IPath newPrefferedContainerPath()
newPreferredContainerPath() insteadprotected static org.eclipse.core.runtime.IPath newPreferredContainerPath()
IPath for standard VM "JavaSE-1.6"public static org.eclipse.jdt.core.IClasspathEntry getJREContainerEntry(org.eclipse.jdt.core.IJavaProject javaProject)
throws org.eclipse.jdt.core.JavaModelException
org.eclipse.jdt.core.JavaModelExceptionpublic static org.eclipse.jdt.core.IClasspathEntry getJREContainerEntry(String bree)
public static String getDefaultBREE()
Copyright © 2016. All Rights Reserved.