public class MavenCatalogViewer
extends org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer
Modifier and Type | Field and Description |
---|---|
private java.util.Set<java.lang.String> |
installedFeatures |
static org.slf4j.Logger |
log |
private boolean |
noneApplicable |
Constructor and Description |
---|
MavenCatalogViewer(org.eclipse.equinox.internal.p2.discovery.Catalog catalog,
org.eclipse.jface.window.IShellProvider shellProvider,
org.eclipse.jface.operation.IRunnableContext context,
org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
private void |
handleStatus(org.eclipse.core.runtime.IStatus status) |
private static boolean |
hasPackaging(LifecycleMappingMetadataSource lifecycleMappingMetadataSource,
java.lang.String packagingType) |
private static boolean |
matchesFilter(LifecycleMappingMetadataSource src,
MojoExecutionKey mojoExecution) |
protected void |
postDiscovery(org.eclipse.core.runtime.IProgressMonitor monitor) |
private void |
select(org.eclipse.equinox.internal.p2.discovery.model.CatalogItem ci) |
void |
updateCatalog() |
addSelectionChangedListener, catalogUpdated, computeStatus, createPattern, doCheckCatalog, doCreateContentProvider, doCreateFilter, doCreateHeaderControls, doCreateViewer, doCreateViewerItem, doFilter, getCatalog, getCheckedItems, getConfiguration, getInstalledFeatures, getResources, getSelection, isComplete, isShowCategories, isShowInstalled, modifySelection, postDiscovery, refresh, removeSelectionChangedListener, setComplete, setSelection, setShowCategories, setShowInstalled, verifyUpdateSiteAvailability
createControl, doCreateRefreshJob, doFind, filterTextChanged, getControl, getFilterText, getMinimumHeight, getRefreshJobDelay, getViewer, isAutomaticFind, isHeaderVisible, setAutomaticFind, setFilterText, setHeaderVisible, setMinimumHeight, setRefreshJobDelay
public static final org.slf4j.Logger log
private java.util.Set<java.lang.String> installedFeatures
private boolean noneApplicable
public MavenCatalogViewer(org.eclipse.equinox.internal.p2.discovery.Catalog catalog, org.eclipse.jface.window.IShellProvider shellProvider, org.eclipse.jface.operation.IRunnableContext context, org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogConfiguration configuration)
protected void postDiscovery(org.eclipse.core.runtime.IProgressMonitor monitor)
public void updateCatalog()
updateCatalog
in class org.eclipse.equinox.internal.p2.ui.discovery.wizards.CatalogViewer
private void select(org.eclipse.equinox.internal.p2.discovery.model.CatalogItem ci)
private void handleStatus(org.eclipse.core.runtime.IStatus status)
private static boolean matchesFilter(LifecycleMappingMetadataSource src, MojoExecutionKey mojoExecution)
private static boolean hasPackaging(LifecycleMappingMetadataSource lifecycleMappingMetadataSource, java.lang.String packagingType)