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) classPublisherServiceImplMethods in org.eclipse.tycho.p2.tools.publisher that return PublisherService Modifier and Type Method Description PublisherServicePublisherServiceFactoryImpl. 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 PublisherServicePublisherServiceFactory. createPublisher(ReactorProject project, java.util.List<TargetEnvironment> environments)Creates aPublisherServiceinstance that can be used to publish artifacts.
-