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(ReactorProject project)
Returns the (editable) list ofDependencySeed
s 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 void
AbstractDirectorApplicationCommand. addUnitToInstall(DependencySeed dependency)
void
DirectorRuntime.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 void
MirrorApplicationServiceImpl. 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 void
MirrorApplicationService. 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 DependencySeed
DependencySeedUtil. 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.Collection<DependencySeed>
PublisherServiceImpl. publishEEProfile(ExecutionEnvironment ee)
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 void
PublishProductToolImpl. 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)
Deprecated, for removal: This API element is subject to removal in a future version.usePublisherService.publishEEProfile(ExecutionEnvironment)
instead because profile files are not reliable with modular Javajava.util.Collection<DependencySeed>
PublisherService. publishEEProfile(java.lang.String profileName)
Deprecated, for removal: This API element is subject to removal in a future version.usePublisherService.publishEEProfile(ExecutionEnvironment)
instead because profile files are not reliable with modular Javajava.util.Collection<DependencySeed>
PublisherService. publishEEProfile(ExecutionEnvironment ee)
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. extraInstallationSeeds
List 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 void
Product. 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 void
ProductConfig. checkConfiguredProductsExist(Product configuredProduct, java.util.Collection<DependencySeed> projectSeeds)
private void
ProductConfig. 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 void
AbstractPublishMojo. postPublishedIUs(java.util.Collection<DependencySeed> units)
Adds the just published installable units into a shared list.
-