public class MavenRuntimeClasspathProvider
extends org.eclipse.jdt.launching.StandardClasspathProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
JDT_JAVA_APPLICATION |
static String |
JDT_JUNIT_TEST |
static String |
JDT_TESTNG_TEST |
static String |
MAVEN_CLASSPATH_PROVIDER |
static String |
MAVEN_SOURCEPATH_PROVIDER |
| Constructor and Description |
|---|
MavenRuntimeClasspathProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addProjectEntries(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> resolved,
org.eclipse.core.runtime.IPath path,
int scope,
String classifier,
org.eclipse.debug.core.ILaunchConfiguration launchConfiguration,
org.eclipse.core.runtime.IProgressMonitor monitor,
int classpathProperty) |
org.eclipse.jdt.launching.IRuntimeClasspathEntry[] |
computeUnresolvedClasspath(org.eclipse.debug.core.ILaunchConfiguration configuration) |
static void |
disable(org.eclipse.debug.core.ILaunchConfiguration config) |
static void |
disable(org.eclipse.core.resources.IProject project) |
static void |
enable(org.eclipse.debug.core.ILaunchConfiguration config) |
static void |
enable(org.eclipse.core.resources.IProject project) |
protected int |
getArtifactScope(org.eclipse.debug.core.ILaunchConfiguration configuration) |
static boolean |
isSupportedType(String id) |
org.eclipse.jdt.launching.IRuntimeClasspathEntry[] |
resolveClasspath(org.eclipse.jdt.launching.IRuntimeClasspathEntry[] entries,
org.eclipse.debug.core.ILaunchConfiguration configuration) |
public static final String MAVEN_SOURCEPATH_PROVIDER
public static final String MAVEN_CLASSPATH_PROVIDER
public static final String JDT_JUNIT_TEST
public static final String JDT_JAVA_APPLICATION
public static final String JDT_TESTNG_TEST
public org.eclipse.jdt.launching.IRuntimeClasspathEntry[] computeUnresolvedClasspath(org.eclipse.debug.core.ILaunchConfiguration configuration)
throws org.eclipse.core.runtime.CoreException
computeUnresolvedClasspath in interface org.eclipse.jdt.launching.IRuntimeClasspathProvidercomputeUnresolvedClasspath in class org.eclipse.jdt.launching.StandardClasspathProviderorg.eclipse.core.runtime.CoreExceptionpublic org.eclipse.jdt.launching.IRuntimeClasspathEntry[] resolveClasspath(org.eclipse.jdt.launching.IRuntimeClasspathEntry[] entries,
org.eclipse.debug.core.ILaunchConfiguration configuration)
throws org.eclipse.core.runtime.CoreException
resolveClasspath in interface org.eclipse.jdt.launching.IRuntimeClasspathProviderresolveClasspath in class org.eclipse.jdt.launching.StandardClasspathProviderorg.eclipse.core.runtime.CoreExceptionprotected int getArtifactScope(org.eclipse.debug.core.ILaunchConfiguration configuration)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionprotected void addProjectEntries(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> resolved, org.eclipse.core.runtime.IPath path, int scope, String classifier, org.eclipse.debug.core.ILaunchConfiguration launchConfiguration, org.eclipse.core.runtime.IProgressMonitor monitor, int classpathProperty) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic static boolean isSupportedType(String id)
public static void enable(org.eclipse.debug.core.ILaunchConfiguration config)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic static void disable(org.eclipse.debug.core.ILaunchConfiguration config)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic static void enable(org.eclipse.core.resources.IProject project)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionpublic static void disable(org.eclipse.core.resources.IProject project)
throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionCopyright © 2005–2021 Eclipse Foundation. All rights reserved.