Uses of Interface
org.eclipse.tycho.p2.tools.publisher.facade.PublisherServiceFactory
-
Packages that use PublisherServiceFactory Package Description org.eclipse.tycho.p2.tools.publisher org.eclipse.tycho.plugins.p2.publisher -
-
Uses of PublisherServiceFactory in org.eclipse.tycho.p2.tools.publisher
Classes in org.eclipse.tycho.p2.tools.publisher that implement PublisherServiceFactory Modifier and Type Class Description class
PublisherServiceFactoryImpl
-
Uses of PublisherServiceFactory in org.eclipse.tycho.plugins.p2.publisher
Methods in org.eclipse.tycho.plugins.p2.publisher with parameters of type PublisherServiceFactory Modifier and Type Method Description protected abstract java.util.Collection<DependencySeed>
AbstractPublishMojo. publishContent(PublisherServiceFactory publisherFactory)
Publishes source files with the help of the given publisher service.protected java.util.Collection<DependencySeed>
PublishCategoriesMojo. publishContent(PublisherServiceFactory publisherServiceFactory)
protected java.util.Collection<DependencySeed>
PublishEEProfileMojo. publishContent(PublisherServiceFactory publisherServiceFactory)
protected java.util.Collection<DependencySeed>
PublishOsgiEEMojo. publishContent(PublisherServiceFactory publisherServiceFactory)
protected java.util.Collection<DependencySeed>
PublishProductMojo. publishContent(PublisherServiceFactory publisherServiceFactory)
-