Modifier and Type | Method and Description |
---|---|
List<ClasspathEntry> |
JavaCompilerConfiguration.getClasspath()
Computes and returns compile classpath of a Tycho eclipse-plugin or eclipse-test-plugin
project.
|
Modifier and Type | Method and Description |
---|---|
List<ClasspathEntry> |
AbstractOsgiCompilerMojo.getClasspath() |
Modifier and Type | Method and Description |
---|---|
List<ClasspathEntry> |
BundleProject.getClasspath(org.apache.maven.project.MavenProject project) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClasspathEntry |
Modifier and Type | Method and Description |
---|---|
List<ClasspathEntry> |
OsgiBundleProject.getClasspath(org.apache.maven.project.MavenProject project) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractJUnitProvider.isEnabled(List<ClasspathEntry> testBundleClassPath,
Properties surefireProperties) |
boolean |
JUnit47Provider.isEnabled(List<ClasspathEntry> testBundleClassPath,
Properties surefireProperties) |
TestFrameworkProvider |
ProviderSelector.selectProvider(List<ClasspathEntry> classpath,
Properties providerProperties,
String providerHint) |
Modifier and Type | Method and Description |
---|---|
boolean |
TestFrameworkProvider.isEnabled(List<ClasspathEntry> testBundleClassPath,
Properties providerProperties)
Whether this provider should be enabled for the given test bundle classpath and surefire
properties.
|
Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.