Modifier and Type | Method and Description |
---|---|
static List<DependencySeed> |
TychoProjectUtils.getDependencySeeds(org.apache.maven.project.MavenProject project)
Returns the (editable) list of
DependencySeed s for the given project. |
Modifier and Type | Method and Description |
---|---|
void |
DirectorRuntime.Command.addUnitToInstall(DependencySeed seed) |
void |
AbstractDirectorApplicationCommand.addUnitToInstall(DependencySeed dependency) |
Modifier and Type | Method and Description |
---|---|
void |
MirrorApplicationServiceImpl.mirrorReactor(RepositoryReferences sources,
DestinationRepositoryDescriptor destination,
Collection<DependencySeed> projectSeeds,
BuildContext context,
boolean includeAllDependencies,
boolean includePacked,
Map<String,String> filterProperties) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static DependencySeed |
DependencySeedUtil.createSeed(String type,
org.eclipse.equinox.p2.metadata.IInstallableUnit unit) |
Modifier and Type | Method and Description |
---|---|
List<DependencySeed> |
PublishProductToolImpl.publishProduct(File productFile,
File launcherBinaries,
String flavor) |
Modifier and Type | Method and 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.
|
List<DependencySeed> |
PublishProductTool.publishProduct(File productDefinition,
File launcherBinaries,
String flavor)
Publishes the given product definition.
|
Modifier and Type | Method and Description |
---|---|
List<DependencySeed> |
Product.getAdditionalInstallationSeeds() |
Modifier and Type | Method and Description |
---|---|
void |
Product.addInstallationSeed(DependencySeed seed) |
Modifier and Type | Method and Description |
---|---|
protected Collection<DependencySeed> |
PublishEEProfileMojo.publishContent(PublisherServiceFactory publisherServiceFactory) |
protected Collection<DependencySeed> |
PublishCategoriesMojo.publishContent(PublisherServiceFactory publisherServiceFactory) |
protected Collection<DependencySeed> |
PublishProductMojo.publishContent(PublisherServiceFactory publisherServiceFactory) |
protected abstract Collection<DependencySeed> |
AbstractPublishMojo.publishContent(PublisherServiceFactory publisherFactory)
Publishes source files with the help of the given publisher service.
|
Copyright © 2008–2016 Eclipse Foundation. All rights reserved.