Uses of Class
org.eclipse.tycho.p2.tools.RepositoryReferences
-
Packages that use RepositoryReferences Package Description org.eclipse.tycho.p2.facade org.eclipse.tycho.p2.tools.mirroring org.eclipse.tycho.p2.tools.mirroring.facade org.eclipse.tycho.plugins.p2.repository -
-
Uses of RepositoryReferences in org.eclipse.tycho.p2.facade
Methods in org.eclipse.tycho.p2.facade that return RepositoryReferences Modifier and Type Method Description RepositoryReferencesRepositoryReferenceTool. getVisibleRepositories(org.apache.maven.project.MavenProject module, org.apache.maven.execution.MavenSession session, int flags)Returns the list of visible p2 repositories for the build of the current module. -
Uses of RepositoryReferences in org.eclipse.tycho.p2.tools.mirroring
Methods in org.eclipse.tycho.p2.tools.mirroring with parameters of type RepositoryReferences Modifier and Type Method Description voidMirrorApplicationServiceImpl. mirrorReactor(RepositoryReferences sources, DestinationRepositoryDescriptor destination, Collection<DependencySeed> projectSeeds, BuildContext context, boolean includeAllDependencies, boolean includePacked, Map<String,String> filterProperties)voidMirrorApplicationServiceImpl. mirrorStandalone(RepositoryReferences sources, DestinationRepositoryDescriptor destination, Collection<IUDescription> seedIUs, MirrorOptions mirrorOptions, BuildOutputDirectory tempDirectory) -
Uses of RepositoryReferences in org.eclipse.tycho.p2.tools.mirroring.facade
Methods in org.eclipse.tycho.p2.tools.mirroring.facade with parameters of type RepositoryReferences Modifier and Type Method Description voidMirrorApplicationService. 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.voidMirrorApplicationService. mirrorStandalone(RepositoryReferences sources, DestinationRepositoryDescriptor destination, Collection<IUDescription> seedUnits, MirrorOptions mirrorOptions, BuildOutputDirectory tempDirectory)Copies installable units from the source repositories to the destination repository. -
Uses of RepositoryReferences in org.eclipse.tycho.plugins.p2.repository
Methods in org.eclipse.tycho.plugins.p2.repository that return RepositoryReferences Modifier and Type Method Description protected RepositoryReferencesAssembleRepositoryMojo. getVisibleRepositories()
-