public abstract class AbstractClassifierClasspathProvider extends Object implements IClassifierClasspathProvider, org.eclipse.core.runtime.IExecutableExtension
IClassifierClasspathProvider implementations.| Constructor and Description |
|---|
AbstractClassifierClasspathProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFolders(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath,
org.eclipse.core.resources.IProject project,
Set<org.eclipse.core.runtime.IPath> folders)
Adds a
Set of folder IPath to the runtime classpath. |
protected void |
addMainFolder(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath,
IMavenProjectFacade mavenProjectFacade,
org.eclipse.core.runtime.IProgressMonitor monitor)
Adds main classes folder to the runtime classpath.
|
protected void |
addTestFolder(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath,
IMavenProjectFacade mavenProjectFacade,
org.eclipse.core.runtime.IProgressMonitor monitor)
Adds test classes folder to the runtime classpath.
|
String |
getId() |
String |
getName() |
void |
setInitializationData(org.eclipse.core.runtime.IConfigurationElement config,
String propertyName,
Object data) |
void |
setRuntimeClasspath(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath,
IMavenProjectFacade mavenProjectFacade,
org.eclipse.core.runtime.IProgressMonitor monitor)
Configures the runtime classpath of the given project.
|
void |
setTestClasspath(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath,
IMavenProjectFacade mavenProjectFacade,
org.eclipse.core.runtime.IProgressMonitor monitor)
Configures the test classpath of the given project
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplies, getClassifierpublic void setTestClasspath(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath, IMavenProjectFacade mavenProjectFacade, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
IClassifierClasspathProvidersetTestClasspath in interface IClassifierClasspathProviderorg.eclipse.core.runtime.CoreExceptionpublic void setRuntimeClasspath(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath, IMavenProjectFacade mavenProjectFacade, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
IClassifierClasspathProvidersetRuntimeClasspath in interface IClassifierClasspathProviderorg.eclipse.core.runtime.CoreExceptionprotected void addTestFolder(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath, IMavenProjectFacade mavenProjectFacade, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionprotected void addMainFolder(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath, IMavenProjectFacade mavenProjectFacade, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionprotected void addFolders(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath, org.eclipse.core.resources.IProject project, Set<org.eclipse.core.runtime.IPath> folders)
Set of folder IPath to the runtime classpath.public void setInitializationData(org.eclipse.core.runtime.IConfigurationElement config,
String propertyName,
Object data)
setInitializationData in interface org.eclipse.core.runtime.IExecutableExtensionpublic String getId()
public String getName()
Copyright © 2005-2017 Eclipse Foundation. All Rights Reserved.