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 PublisherService
PublisherServiceFactoryImpl. 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 PublisherService
PublisherServiceFactory. createPublisher(ReactorProject project, List<TargetEnvironment> environments)
Creates aPublisherService
instance that can be used to publish artifacts.
-