Modifier and Type | Method and Description |
---|---|
java.util.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 |
---|---|
java.util.List<ClasspathEntry> |
AbstractOsgiCompilerMojo.getClasspath() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ClasspathEntry> |
BundleProject.getClasspath(org.apache.maven.project.MavenProject project) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClasspathEntry |
Modifier and Type | Method and Description |
---|---|
java.util.List<ClasspathEntry> |
OsgiBundleProject.getClasspath(org.apache.maven.project.MavenProject project) |
Modifier and Type | Method and Description |
---|---|
private void |
OsgiBundleProject.addExtraClasspathEntries(java.util.List<ClasspathEntry> classpath,
ReactorProject project,
DependencyArtifacts artifacts) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractJUnitProvider.isEnabled(java.util.List<ClasspathEntry> testBundleClassPath,
java.util.Properties surefireProperties) |
boolean |
TestNGProvider.isEnabled(java.util.List<ClasspathEntry> testBundleClassPath,
java.util.Properties surefireProperties) |
boolean |
JUnit47Provider.isEnabled(java.util.List<ClasspathEntry> testBundleClassPath,
java.util.Properties surefireProperties) |
TestFrameworkProvider |
ProviderHelper.selectProvider(java.util.List<ClasspathEntry> classpath,
java.util.Properties providerProperties,
java.lang.String providerHint) |
Modifier and Type | Method and Description |
---|---|
boolean |
TestFrameworkProvider.isEnabled(java.util.List<ClasspathEntry> testBundleClassPath,
java.util.Properties providerProperties)
Whether this provider should be enabled for the given test bundle classpath and surefire
properties.
|