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 List<DependencySeed>
TychoProjectUtils. getDependencySeeds(org.apache.maven.project.MavenProject 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, Collection<DependencySeed> projectSeeds, BuildContext context, boolean includeAllDependencies, boolean includePacked, Map<String,String> filterProperties)
-
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, Collection<DependencySeed> seeds, BuildContext context, boolean includeAllDependencies, boolean includePacked, Map<String,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(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 List<DependencySeed>
PublishProductToolImpl. publishProduct(File productFile, File launcherBinaries, String flavor)
-
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 Collection<DependencySeed>
PublisherService. publishCategories(File categoryDefinition)
Publishes given category definitions.Collection<DependencySeed>
PublisherService. publishEEProfile(File profileFile)
Publishes the given OSGi execution environment profile file.Collection<DependencySeed>
PublisherService. publishEEProfile(String profileName)
Publishes the given OSGi execution environment profile.List<DependencySeed>
PublishProductTool. publishProduct(File productDefinition, File launcherBinaries, String flavor)
Publishes the given product definition. -
Uses of DependencySeed in org.eclipse.tycho.plugins.p2.director
Methods in org.eclipse.tycho.plugins.p2.director that return types with arguments of type DependencySeed Modifier and Type Method Description 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)
-
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 Collection<DependencySeed>
AbstractPublishMojo. publishContent(PublisherServiceFactory publisherFactory)
Publishes source files with the help of the given publisher service.protected Collection<DependencySeed>
PublishCategoriesMojo. publishContent(PublisherServiceFactory publisherServiceFactory)
protected Collection<DependencySeed>
PublishEEProfileMojo. publishContent(PublisherServiceFactory publisherServiceFactory)
protected Collection<DependencySeed>
PublishOsgiEEMojo. publishContent(PublisherServiceFactory publisherServiceFactory)
protected Collection<DependencySeed>
PublishProductMojo. publishContent(PublisherServiceFactory publisherServiceFactory)
-