Package | Description |
---|---|
org.eclipse.tycho.p2.tools.mirroring | |
org.eclipse.tycho.p2.tools.mirroring.facade |
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) |
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.
|
Copyright © 2008-2015 Eclipse Foundation. All Rights Reserved.