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)
Deprecated.
|
protected void |
addFolders(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath,
org.eclipse.core.resources.IProject project,
Set<org.eclipse.core.runtime.IPath> folders,
int classpathProperty)
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)
Deprecated.
|
protected void |
addMainFolder(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath,
IMavenProjectFacade mavenProjectFacade,
org.eclipse.core.runtime.IProgressMonitor monitor,
int classpathProperty)
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)
Deprecated.
|
protected void |
addTestFolder(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath,
IMavenProjectFacade mavenProjectFacade,
org.eclipse.core.runtime.IProgressMonitor monitor,
int classpathProperty)
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)
|
void |
setTestClasspath(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath,
IMavenProjectFacade mavenProjectFacade,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
applies, getClassifier, setRuntimeClasspath, setTestClasspath
@Deprecated public void setTestClasspath(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath, IMavenProjectFacade mavenProjectFacade, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
IClassifierClasspathProvider.setTestClasspath(Set, IMavenProjectFacade, IProgressMonitor, int)
IClassifierClasspathProvider
setTestClasspath
in interface IClassifierClasspathProvider
org.eclipse.core.runtime.CoreException
@Deprecated public void setRuntimeClasspath(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath, IMavenProjectFacade mavenProjectFacade, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
IClassifierClasspathProvider.setRuntimeClasspath(Set, IMavenProjectFacade, IProgressMonitor, int)
IClassifierClasspathProvider
setRuntimeClasspath
in interface IClassifierClasspathProvider
org.eclipse.core.runtime.CoreException
@Deprecated protected 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.CoreException
@Deprecated protected 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.CoreException
@Deprecated protected void addFolders(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath, org.eclipse.core.resources.IProject project, Set<org.eclipse.core.runtime.IPath> folders)
protected void addTestFolder(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath, IMavenProjectFacade mavenProjectFacade, org.eclipse.core.runtime.IProgressMonitor monitor, int classpathProperty) throws org.eclipse.core.runtime.CoreException
requiredModules
- org.eclipse.core.runtime.CoreException
protected void addMainFolder(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath, IMavenProjectFacade mavenProjectFacade, org.eclipse.core.runtime.IProgressMonitor monitor, int classpathProperty) throws org.eclipse.core.runtime.CoreException
classpathProperty
- org.eclipse.core.runtime.CoreException
protected void addFolders(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> runtimeClasspath, org.eclipse.core.resources.IProject project, Set<org.eclipse.core.runtime.IPath> folders, int classpathProperty)
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.IExecutableExtension
public String getId()
public String getName()
Copyright © 2005–2019 Eclipse Foundation. All rights reserved.