Uses of Interface
org.eclipse.tycho.classpath.ClasspathEntry
-
-
Uses of ClasspathEntry in org.eclipse.tycho.classpath
Methods in org.eclipse.tycho.classpath that return types with arguments of type ClasspathEntry Modifier and Type Method Description java.util.List<ClasspathEntry>
JavaCompilerConfiguration. getClasspath()
Computes and returns compile classpath of a Tycho eclipse-plugin or eclipse-test-plugin project. -
Uses of ClasspathEntry in org.eclipse.tycho.compiler
Methods in org.eclipse.tycho.compiler that return types with arguments of type ClasspathEntry Modifier and Type Method Description java.util.List<ClasspathEntry>
AbstractOsgiCompilerMojo. getClasspath()
-
Uses of ClasspathEntry in org.eclipse.tycho.core
Methods in org.eclipse.tycho.core that return types with arguments of type ClasspathEntry Modifier and Type Method Description java.util.List<ClasspathEntry>
BundleProject. getClasspath(org.apache.maven.project.MavenProject project)
-
Uses of ClasspathEntry in org.eclipse.tycho.core.osgitools
Classes in org.eclipse.tycho.core.osgitools that implement ClasspathEntry Modifier and Type Class Description class
DefaultClasspathEntry
Methods in org.eclipse.tycho.core.osgitools that return types with arguments of type ClasspathEntry Modifier and Type Method Description java.util.List<ClasspathEntry>
OsgiBundleProject. getClasspath(org.apache.maven.project.MavenProject project)
Method parameters in org.eclipse.tycho.core.osgitools with type arguments of type ClasspathEntry Modifier and Type Method Description private void
OsgiBundleProject. addExtraClasspathEntries(java.util.List<ClasspathEntry> classpath, ReactorProject project, DependencyArtifacts artifacts)
-
Uses of ClasspathEntry in org.eclipse.tycho.surefire.provider.impl
Method parameters in org.eclipse.tycho.surefire.provider.impl with type arguments of type ClasspathEntry Modifier and Type Method Description boolean
AbstractJUnitProvider. isEnabled(java.util.List<ClasspathEntry> testBundleClassPath, java.util.Properties surefireProperties)
boolean
JUnit47Provider. isEnabled(java.util.List<ClasspathEntry> testBundleClassPath, java.util.Properties surefireProperties)
boolean
TestNGProvider. 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)
-
Uses of ClasspathEntry in org.eclipse.tycho.surefire.provider.spi
Method parameters in org.eclipse.tycho.surefire.provider.spi with type arguments of type ClasspathEntry Modifier and Type Method 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.
-