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<DependencySeed> projectSeeds,
BuildContext context,
boolean includeAllDependencies,
boolean includePacked,
Map<String,String> filterProperties) |
void |
MirrorApplicationServiceImpl.mirrorStandalone(RepositoryReferences sources,
DestinationRepositoryDescriptor destination,
Collection<IUDescription> seedIUs,
MirrorOptions mirrorOptions,
BuildOutputDirectory tempDirectory) |
void |
MirrorStandaloneTest.testIgnoreErrorShouldNotThrowException() |
void |
MirrorStandaloneTest.testNotIgnoringErrorsShouldThrowException() |
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.
|
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 |
---|---|
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.
|
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–2023 Eclipse Foundation. All rights reserved.