public interface IClassifierClasspathProvider
Modifier and Type | Method and Description |
---|---|
boolean |
applies(IMavenProjectFacade mavenProjectFacade,
String classifier)
Checks if this provider applies to the given project / classifier combo.
|
String |
getClassifier() |
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> testClasspath,
IMavenProjectFacade mavenProjectFacade,
org.eclipse.core.runtime.IProgressMonitor monitor)
Configures the test classpath of the given project
|
boolean applies(IMavenProjectFacade mavenProjectFacade, String classifier)
String getClassifier()
null
.void setTestClasspath(Set<org.eclipse.jdt.launching.IRuntimeClasspathEntry> testClasspath, IMavenProjectFacade mavenProjectFacade, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
void setRuntimeClasspath(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
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.