Uses of Interface
org.eclipse.tycho.core.osgitools.BundleReader
-
-
Uses of BundleReader in org.eclipse.sisu.equinox.launching.internal
Fields in org.eclipse.sisu.equinox.launching.internal declared as BundleReader Modifier and Type Field Description private BundleReaderDefaultEquinoxInstallationFactory. manifestReader -
Uses of BundleReader in org.eclipse.tycho.compiler
Fields in org.eclipse.tycho.compiler declared as BundleReader Modifier and Type Field Description private BundleReaderAbstractOsgiCompilerMojo. bundleReader -
Uses of BundleReader in org.eclipse.tycho.core.maven
Fields in org.eclipse.tycho.core.maven declared as BundleReader Modifier and Type Field Description private BundleReaderMavenDependencyInjector. bundleReaderprivate BundleReaderTychoMavenLifecycleParticipant. bundleReaderMethods in org.eclipse.tycho.core.maven with parameters of type BundleReader Modifier and Type Method Description static voidMavenDependencyInjector. injectMavenDependencies(org.apache.maven.project.MavenProject project, DependencyArtifacts dependencies, BundleReader bundleReader, org.codehaus.plexus.logging.Logger logger)Injects the dependencies of a project (as determined by the p2 dependency resolver) back into the Maven model.Constructors in org.eclipse.tycho.core.maven with parameters of type BundleReader Constructor Description MavenDependencyCollector(org.apache.maven.project.MavenProject project, BundleReader bundleReader, org.codehaus.plexus.logging.Logger logger)Deprecated.MavenDependencyInjector(org.apache.maven.project.MavenProject project, BundleReader bundleReader, org.codehaus.plexus.logging.Logger logger) -
Uses of BundleReader in org.eclipse.tycho.core.osgitools
Classes in org.eclipse.tycho.core.osgitools that implement BundleReader Modifier and Type Class Description classDefaultBundleReaderFields in org.eclipse.tycho.core.osgitools declared as BundleReader Modifier and Type Field Description private BundleReaderOsgiBundleProject. bundleReaderprivate BundleReaderDependencyComputer. manifestReaderprivate BundleReaderEquinoxResolver. manifestReader -
Uses of BundleReader in org.eclipse.tycho.core.osgitools.targetplatform
Fields in org.eclipse.tycho.core.osgitools.targetplatform declared as BundleReader Modifier and Type Field Description private BundleReaderLocalDependencyResolver. bundleReaderprivate BundleReaderLocalDependencyResolver. manifestReader -
Uses of BundleReader in org.eclipse.tycho.extras.docbundle
Fields in org.eclipse.tycho.extras.docbundle declared as BundleReader Modifier and Type Field Description private BundleReaderJavadocMojo. bundleReaderprivate BundleReaderJavadocRunner. bundleReaderMethods in org.eclipse.tycho.extras.docbundle with parameters of type BundleReader Modifier and Type Method Description voidJavadocRunner. setBundleReader(BundleReader bundleReader) -
Uses of BundleReader in org.eclipse.tycho.p2.resolver
Fields in org.eclipse.tycho.p2.resolver declared as BundleReader Modifier and Type Field Description private BundleReaderP2DependencyResolver. bundleReader -
Uses of BundleReader in org.eclipse.tycho.packaging
Fields in org.eclipse.tycho.packaging declared as BundleReader Modifier and Type Field Description private BundleReaderProductAssembler. manifestReaderprivate BundleReaderProductExportMojo. manifestReaderConstructors in org.eclipse.tycho.packaging with parameters of type BundleReader Constructor Description ProductAssembler(org.codehaus.plexus.PlexusContainer plexus, BundleReader manifestReader, java.io.File target, TargetEnvironment environment) -
Uses of BundleReader in org.eclipse.tycho.pomgenerator
Fields in org.eclipse.tycho.pomgenerator declared as BundleReader Modifier and Type Field Description private BundleReaderGeneratePomsMojo. bundleReader -
Uses of BundleReader in org.eclipse.tycho.source
Fields in org.eclipse.tycho.source declared as BundleReader Modifier and Type Field Description private BundleReaderOsgiSourceMojo. bundleReader -
Uses of BundleReader in org.eclipse.tycho.surefire.provider.impl
Fields in org.eclipse.tycho.surefire.provider.impl declared as BundleReader Modifier and Type Field Description private BundleReaderProviderHelper. bundleReader -
Uses of BundleReader in org.eclipse.tycho.surefire.provisioning
Fields in org.eclipse.tycho.surefire.provisioning declared as BundleReader Modifier and Type Field Description private BundleReaderProvisionedInstallationBuilder. bundleReaderprivate BundleReaderProvisionedInstallationBuilderFactory. bundleReaderprivate BundleReaderProvisionedInstallationDescription. bundleReaderConstructors in org.eclipse.tycho.surefire.provisioning with parameters of type BundleReader Constructor Description ProvisionedEquinoxInstallation(java.io.File location, BundleReader bundleReader)ProvisionedInstallationBuilder(BundleReader bundleReader, DirectorRuntime directorRuntime, P2ApplicationLauncher launcher, org.codehaus.plexus.logging.Logger log)ProvisionedInstallationDescription(java.io.File location, BundleReader bundleReader)
-