public class ResultSpyAction extends Object implements org.eclipse.equinox.p2.publisher.IPublisherAction
Publisher.| Constructor and Description |
|---|
ResultSpyAction() |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
getAllIUs()
Returns all IUs in the publisher result at the time when this action was invoked by the
Publisher. |
Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
getRootIUs()
Returns the root IUs in the publisher result at the time when this action was invoked by the
Publisher. |
org.eclipse.core.runtime.IStatus |
perform(org.eclipse.equinox.p2.publisher.IPublisherInfo info,
org.eclipse.equinox.p2.publisher.IPublisherResult results,
org.eclipse.core.runtime.IProgressMonitor monitor) |
public org.eclipse.core.runtime.IStatus perform(org.eclipse.equinox.p2.publisher.IPublisherInfo info,
org.eclipse.equinox.p2.publisher.IPublisherResult results,
org.eclipse.core.runtime.IProgressMonitor monitor)
perform in interface org.eclipse.equinox.p2.publisher.IPublisherActionpublic Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> getRootIUs() throws IllegalStateException
Publisher.IllegalStateException - if the action has not been performed.public Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> getAllIUs() throws IllegalStateException
Publisher.IllegalStateException - if the action has not been performed.Copyright © 2008-2017 Eclipse Foundation. All Rights Reserved.