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 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 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 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 classDefaultClasspathEntryMethods in org.eclipse.tycho.core.osgitools that return types with arguments of type ClasspathEntry Modifier and Type Method Description List<ClasspathEntry>OsgiBundleProject. getClasspath(org.apache.maven.project.MavenProject project) -
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 booleanAbstractJUnitProvider. isEnabled(List<ClasspathEntry> testBundleClassPath, Properties surefireProperties)booleanJUnit47Provider. isEnabled(List<ClasspathEntry> testBundleClassPath, Properties surefireProperties)booleanTestNGProvider. isEnabled(List<ClasspathEntry> testBundleClassPath, Properties surefireProperties)TestFrameworkProviderProviderHelper. selectProvider(List<ClasspathEntry> classpath, Properties providerProperties, 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 booleanTestFrameworkProvider. isEnabled(List<ClasspathEntry> testBundleClassPath, Properties providerProperties)Whether this provider should be enabled for the given test bundle classpath and surefire properties.
-