Uses of Class
org.eclipse.tycho.core.resolver.shared.DependencySeed
-
-
Uses of DependencySeed in org.eclipse.tycho.core.utils
Methods in org.eclipse.tycho.core.utils that return types with arguments of type DependencySeed Modifier and Type Method Description static java.util.List<DependencySeed>TychoProjectUtils. getDependencySeeds(org.apache.maven.project.MavenProject project)Returns the (editable) list ofDependencySeeds for the given project. -
Uses of DependencySeed in org.eclipse.tycho.p2.tools.director.shared
Methods in org.eclipse.tycho.p2.tools.director.shared with parameters of type DependencySeed Modifier and Type Method Description voidAbstractDirectorApplicationCommand. addUnitToInstall(DependencySeed dependency)voidDirectorRuntime.Command. addUnitToInstall(DependencySeed seed) -
Uses of DependencySeed in org.eclipse.tycho.p2.tools.mirroring
Method parameters in org.eclipse.tycho.p2.tools.mirroring with type arguments of type DependencySeed Modifier and Type Method Description voidMirrorApplicationServiceImpl. mirrorReactor(RepositoryReferences sources, DestinationRepositoryDescriptor destination, java.util.Collection<DependencySeed> projectSeeds, BuildContext context, boolean includeAllDependencies, boolean includePacked, java.util.Map<java.lang.String,java.lang.String> filterProperties)private static java.util.List<org.eclipse.equinox.p2.metadata.IInstallableUnit>MirrorApplicationServiceImpl. toInstallableUnitList(java.util.Collection<DependencySeed> seeds, org.eclipse.equinox.p2.repository.metadata.IMetadataRepository sourceRepository, RepositoryReferences sourceRepositoryNames) -
Uses of DependencySeed in org.eclipse.tycho.p2.tools.mirroring.facade
Method parameters in org.eclipse.tycho.p2.tools.mirroring.facade with type arguments of type DependencySeed Modifier and Type Method Description voidMirrorApplicationService. mirrorReactor(RepositoryReferences sources, DestinationRepositoryDescriptor destination, java.util.Collection<DependencySeed> seeds, BuildContext context, boolean includeAllDependencies, boolean includePacked, java.util.Map<java.lang.String,java.lang.String> filterProperties)Copies the given installable units and their dependencies into the p2 repository at the destination location. -
Uses of DependencySeed in org.eclipse.tycho.p2.tools.publisher
Methods in org.eclipse.tycho.p2.tools.publisher that return DependencySeed Modifier and Type Method Description static DependencySeedDependencySeedUtil. createSeed(java.lang.String type, org.eclipse.equinox.p2.metadata.IInstallableUnit unit)Methods in org.eclipse.tycho.p2.tools.publisher that return types with arguments of type DependencySeed Modifier and Type Method Description java.util.Collection<DependencySeed>PublisherServiceImpl. publishCategories(java.io.File categoryDefinition)java.util.Collection<DependencySeed>PublisherServiceImpl. publishEEProfile(java.io.File profileFile)java.util.Collection<DependencySeed>PublisherServiceImpl. publishEEProfile(java.lang.String profileName)java.util.List<DependencySeed>PublishProductToolImpl. publishProduct(java.io.File productFile, java.io.File launcherBinaries, java.lang.String flavor)private static java.util.Collection<DependencySeed>PublisherServiceImpl. toSeeds(java.lang.String type, java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> units)Method parameters in org.eclipse.tycho.p2.tools.publisher with type arguments of type DependencySeed Modifier and Type Method Description private static voidPublishProductToolImpl. addRootFeatures(ExpandedProduct product, java.util.List<DependencySeed> seeds) -
Uses of DependencySeed in org.eclipse.tycho.p2.tools.publisher.facade
Methods in org.eclipse.tycho.p2.tools.publisher.facade that return types with arguments of type DependencySeed Modifier and Type Method Description java.util.Collection<DependencySeed>PublisherService. publishCategories(java.io.File categoryDefinition)Publishes given category definitions.java.util.Collection<DependencySeed>PublisherService. publishEEProfile(java.io.File profileFile)Publishes the given OSGi execution environment profile file.java.util.Collection<DependencySeed>PublisherService. publishEEProfile(java.lang.String profileName)Publishes the given OSGi execution environment profile.java.util.List<DependencySeed>PublishProductTool. publishProduct(java.io.File productDefinition, java.io.File launcherBinaries, java.lang.String flavor)Publishes the given product definition. -
Uses of DependencySeed in org.eclipse.tycho.plugins.p2.director
Fields in org.eclipse.tycho.plugins.p2.director with type parameters of type DependencySeed Modifier and Type Field Description private java.util.List<DependencySeed>Product. extraInstallationSeedsList of units to be installed on root level together with the product.Methods in org.eclipse.tycho.plugins.p2.director that return types with arguments of type DependencySeed Modifier and Type Method Description java.util.List<DependencySeed>Product. getAdditionalInstallationSeeds()Methods in org.eclipse.tycho.plugins.p2.director with parameters of type DependencySeed Modifier and Type Method Description voidProduct. addInstallationSeed(DependencySeed seed)Method parameters in org.eclipse.tycho.plugins.p2.director with type arguments of type DependencySeed Modifier and Type Method Description private static voidProductConfig. checkConfiguredProductsExist(Product configuredProduct, java.util.Collection<DependencySeed> projectSeeds)private voidProductConfig. fillInInstallationRoots(java.util.List<Product> products, java.util.Collection<DependencySeed> projectSeeds)private static java.util.List<Product>ProductConfig. getPublishedProduct(java.util.Collection<DependencySeed> projectSeeds)Constructor parameters in org.eclipse.tycho.plugins.p2.director with type arguments of type DependencySeed Constructor Description ProductConfig(java.util.List<Product> userConfig, java.util.Collection<DependencySeed> projectSeeds) -
Uses of DependencySeed in org.eclipse.tycho.plugins.p2.publisher
Methods in org.eclipse.tycho.plugins.p2.publisher that return types with arguments of type DependencySeed Modifier and Type Method Description protected abstract java.util.Collection<DependencySeed>AbstractPublishMojo. publishContent(PublisherServiceFactory publisherFactory)Publishes source files with the help of the given publisher service.protected java.util.Collection<DependencySeed>PublishCategoriesMojo. publishContent(PublisherServiceFactory publisherServiceFactory)protected java.util.Collection<DependencySeed>PublishEEProfileMojo. publishContent(PublisherServiceFactory publisherServiceFactory)protected java.util.Collection<DependencySeed>PublishOsgiEEMojo. publishContent(PublisherServiceFactory publisherServiceFactory)protected java.util.Collection<DependencySeed>PublishProductMojo. publishContent(PublisherServiceFactory publisherServiceFactory)Method parameters in org.eclipse.tycho.plugins.p2.publisher with type arguments of type DependencySeed Modifier and Type Method Description private voidAbstractPublishMojo. postPublishedIUs(java.util.Collection<DependencySeed> units)Adds the just published installable units into a shared list.
-