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 classDefaultClasspathEntryMethods 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 voidOsgiBundleProject. 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 booleanAbstractJUnitProvider. isEnabled(java.util.List<ClasspathEntry> testBundleClassPath, java.util.Properties surefireProperties)booleanJUnit47Provider. isEnabled(java.util.List<ClasspathEntry> testBundleClassPath, java.util.Properties surefireProperties)booleanTestNGProvider. isEnabled(java.util.List<ClasspathEntry> testBundleClassPath, java.util.Properties surefireProperties)TestFrameworkProviderProviderHelper. 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 booleanTestFrameworkProvider. 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.
-