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, wait
applies, getClassifier
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
in interface IClassifierClasspathProvider
org.eclipse.core.runtime.CoreException
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
in interface IClassifierClasspathProvider
org.eclipse.core.runtime.CoreException
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
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
protected 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.IExecutableExtension
public String getId()
public String getName()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.