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) |
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.IRuntimeClasspathProvider
computeUnresolvedClasspath
in class org.eclipse.jdt.launching.StandardClasspathProvider
org.eclipse.core.runtime.CoreException
public 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.IRuntimeClasspathProvider
resolveClasspath
in class org.eclipse.jdt.launching.StandardClasspathProvider
org.eclipse.core.runtime.CoreException
protected int getArtifactScope(org.eclipse.debug.core.ILaunchConfiguration configuration) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
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) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public 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.CoreException
public static void disable(org.eclipse.debug.core.ILaunchConfiguration config) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static void enable(org.eclipse.core.resources.IProject project) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public static void disable(org.eclipse.core.resources.IProject project) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.