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
Classes in org.eclipse.tycho.p2.tools.publisher that implement PublisherService Modifier and Type Class Description (package private) class
PublisherServiceImpl
Methods in org.eclipse.tycho.p2.tools.publisher that return PublisherService Modifier and Type Method Description PublisherService
PublisherServiceFactoryImpl. createPublisher(ReactorProject project, java.util.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, java.util.List<TargetEnvironment> environments)
Creates aPublisherService
instance that can be used to publish artifacts.
-