Modifier and Type | Method and Description |
---|---|
static org.eclipse.equinox.p2.core.IProvisioningAgent |
Activator.createProvisioningAgent(BuildOutputDirectory targetDirectory) |
Modifier and Type | Method and Description |
---|---|
void |
MirrorApplicationServiceImpl.mirrorReactor(RepositoryReferences sources,
DestinationRepositoryDescriptor destination,
Collection<?> seedUnits,
BuildContext context,
boolean includeAllDependencies,
boolean includePacked,
Map<String,String> filterProperties) |
void |
MirrorApplicationServiceImpl.mirrorStandalone(RepositoryReferences sources,
DestinationRepositoryDescriptor destination,
Collection<IUDescription> seedIUs,
MirrorOptions mirrorOptions,
BuildOutputDirectory tempDirectory) |
Modifier and Type | Method and Description |
---|---|
void |
MirrorApplicationService.mirrorReactor(RepositoryReferences sources,
DestinationRepositoryDescriptor destination,
Collection<?> seedUnits,
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.
|
void |
MirrorApplicationService.mirrorStandalone(RepositoryReferences sources,
DestinationRepositoryDescriptor destination,
Collection<IUDescription> seedUnits,
MirrorOptions mirrorOptions,
BuildOutputDirectory tempDirectory)
Copies installable units from the source repositories to the destination repository.
|
Modifier and Type | Method and Description |
---|---|
PublisherService |
PublisherServiceFactoryImpl.createPublisher(RepositoryReferences contextRepos,
BuildContext context) |
Modifier and Type | Method and Description |
---|---|
PublisherService |
PublisherServiceFactory.createPublisher(RepositoryReferences contextRepositories,
BuildContext buildContext)
Creates a
PublisherService instance that can be used to publish artifacts. |
Collection<?> |
PublisherService.publishCategories(File categoryDefinition)
Publishes given category definitions.
|
Collection<?> |
PublisherService.publishEEProfile(File profileFile)
Publishes the given OSGi execution environment profile file.
|
Collection<?> |
PublisherService.publishProduct(File productDefinition,
File launcherBinaries,
String flavor)
Publishes the given product definition.
|
Modifier and Type | Method and Description |
---|---|
boolean |
VerifierServiceImpl.verify(URI metadataRepositoryUri,
URI artifactRepositoryUri,
BuildOutputDirectory tempDirectory) |
Modifier and Type | Method and Description |
---|---|
boolean |
VerifierService.verify(URI metadataRepositoryUri,
URI artifactRepositoryUri,
BuildOutputDirectory tempDirectory) |
Copyright © 2008–2014 Eclipse Foundation. All rights reserved.