Uses of Interface
org.eclipse.tycho.p2.tools.publisher.facade.PublisherService
-
Packages that use PublisherService Package Description org.eclipse.tycho.p2.tools.publisher org.eclipse.tycho.p2.tools.publisher.facade -
-
Uses of PublisherService in org.eclipse.tycho.p2.tools.publisher
Methods in org.eclipse.tycho.p2.tools.publisher that return PublisherService Modifier and Type Method Description PublisherServicePublisherServiceFactoryImpl. createPublisher(ReactorProject project, List<TargetEnvironment> environments) -
Uses of PublisherService in org.eclipse.tycho.p2.tools.publisher.facade
Methods in org.eclipse.tycho.p2.tools.publisher.facade that return PublisherService Modifier and Type Method Description PublisherServicePublisherServiceFactory. createPublisher(ReactorProject project, List<TargetEnvironment> environments)Creates aPublisherServiceinstance that can be used to publish artifacts.
-