Uses of Class
org.eclipse.tycho.p2.tools.FacadeException
-
-
Uses of FacadeException in org.eclipse.tycho.p2.tools.impl
Methods in org.eclipse.tycho.p2.tools.impl that throw FacadeException Modifier and Type Method Description static org.eclipse.equinox.p2.core.IProvisioningAgent
Activator. createProvisioningAgent(BuildOutputDirectory targetDirectory)
-
Uses of FacadeException in org.eclipse.tycho.p2.tools.mirroring
Methods in org.eclipse.tycho.p2.tools.mirroring that throw FacadeException Modifier and Type Method 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)
-
Uses of FacadeException in org.eclipse.tycho.p2.tools.mirroring.facade
Methods in org.eclipse.tycho.p2.tools.mirroring.facade that throw FacadeException Modifier and Type Method 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. -
Uses of FacadeException in org.eclipse.tycho.p2.tools.publisher.facade
Methods in org.eclipse.tycho.p2.tools.publisher.facade that throw FacadeException Modifier and Type Method 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. -
Uses of FacadeException in org.eclipse.tycho.p2.tools.verifier
Methods in org.eclipse.tycho.p2.tools.verifier that throw FacadeException Modifier and Type Method Description boolean
VerifierServiceImpl. verify(URI metadataRepositoryUri, URI artifactRepositoryUri, BuildOutputDirectory tempDirectory)
-
Uses of FacadeException in org.eclipse.tycho.p2.tools.verifier.facade
Methods in org.eclipse.tycho.p2.tools.verifier.facade that throw FacadeException Modifier and Type Method Description boolean
VerifierService. verify(URI metadataRepositoryUri, URI artifactRepositoryUri, BuildOutputDirectory tempDirectory)
-