private static class TargetPlatformBundlePublisher.PublisherRun
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private TransientArtifactRepository |
collectedDescriptors |
private static java.lang.String |
EXCEPTION_CONTEXT |
private IArtifactFacade |
mavenArtifact |
private org.eclipse.equinox.p2.publisher.PublisherInfo |
publisherInfo |
private org.eclipse.equinox.p2.publisher.PublisherResult |
publisherResult |
Constructor and Description |
---|
PublisherRun(IArtifactFacade artifact) |
Modifier and Type | Method and Description |
---|---|
private void |
enableArtifactDescriptorCollection() |
private void |
enableUnitAnnotationWithGAV() |
(package private) org.eclipse.core.runtime.IStatus |
execute() |
private org.eclipse.core.runtime.IStatus |
executePublisherAction(org.eclipse.equinox.p2.publisher.eclipse.BundlesAction action) |
(package private) org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor |
getPublishedArtifactDescriptor() |
(package private) org.eclipse.equinox.p2.metadata.IInstallableUnit |
getPublishedUnitIfExists() |
private static final java.lang.String EXCEPTION_CONTEXT
private final IArtifactFacade mavenArtifact
private org.eclipse.equinox.p2.publisher.PublisherInfo publisherInfo
private TransientArtifactRepository collectedDescriptors
private org.eclipse.equinox.p2.publisher.PublisherResult publisherResult
PublisherRun(IArtifactFacade artifact)
org.eclipse.core.runtime.IStatus execute()
private void enableArtifactDescriptorCollection()
private void enableUnitAnnotationWithGAV()
private org.eclipse.core.runtime.IStatus executePublisherAction(org.eclipse.equinox.p2.publisher.eclipse.BundlesAction action)
org.eclipse.equinox.p2.metadata.IInstallableUnit getPublishedUnitIfExists()
org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor getPublishedArtifactDescriptor()