Uses of Class
org.eclipse.sisu.equinox.launching.internal.P2ApplicationLauncher
-
Packages that use P2ApplicationLauncher Package Description org.eclipse.tycho.plugins.p2 org.eclipse.tycho.plugins.p2.extras org.eclipse.tycho.surefire.provisioning -
-
Uses of P2ApplicationLauncher in org.eclipse.tycho.plugins.p2
Fields in org.eclipse.tycho.plugins.p2 declared as P2ApplicationLauncher Modifier and Type Field Description private P2ApplicationLauncher
AbstractP2MetadataMojo. launcher
Methods in org.eclipse.tycho.plugins.p2 with parameters of type P2ApplicationLauncher Modifier and Type Method Description protected void
AbstractP2MetadataMojo. addArguments(P2ApplicationLauncher launcher)
protected void
CategoryP2MetadataMojo. addArguments(P2ApplicationLauncher cli)
-
Uses of P2ApplicationLauncher in org.eclipse.tycho.plugins.p2.extras
Fields in org.eclipse.tycho.plugins.p2.extras declared as P2ApplicationLauncher Modifier and Type Field Description private P2ApplicationLauncher
PublishFeaturesAndBundlesMojo. launcher
-
Uses of P2ApplicationLauncher in org.eclipse.tycho.surefire.provisioning
Fields in org.eclipse.tycho.surefire.provisioning declared as P2ApplicationLauncher Modifier and Type Field Description private P2ApplicationLauncher
BundlesPublisher. launcher
private P2ApplicationLauncher
ProvisionedInstallationBuilderFactory. launcher
Constructors in org.eclipse.tycho.surefire.provisioning with parameters of type P2ApplicationLauncher Constructor Description BundlesPublisher(P2ApplicationLauncher launcher, org.codehaus.plexus.logging.Logger log)
ProvisionedInstallationBuilder(BundleReader bundleReader, DirectorRuntime directorRuntime, P2ApplicationLauncher launcher, org.codehaus.plexus.logging.Logger log)
-